- Search Metals Mine
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Feb 2, 2020I don't have any experience coding prorealtime. However, I could probably figure out what the code is achieving, except (just for starters) I have these problems: image Line 4: doesn't say what it is creating an ExponentialAverage of. By contrast, ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 2, 2020Anybody who's having problems getting the arrows to display, try the attached. The indicator no longer uses 'Wingdings 3' (which I've just learned isn't necessarily shipped with Windows), you can now choose any font that you wish. Default settings ...
Hanover replies to PMs
-
hanover replied Feb 1, 2020Hi Vicente, If you can't get the mq4 file to compile, please delete it and use the ex4 only. I can't reproduce the problem, as I'm getting error-free compiles here. I don't know why you're not getting the arrows. These are generated by the ...
Hanover replies to PMs
-
hanover replied Feb 1, 2020Sorry, I forgot to re-attach the demarker indicator to my previous post (#32344). It's too late to edit that post now, so I'll repeat it here. Quoting gargindia "i am looking DeMarker Dashboard just similar to RSI Dashboard, shown pic bellow." You ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 1, 2020A, VO consisted of some MQL4 EAs and scripts, and a 16 bit executable that was written in Clarion (which doesn't run on 64 bit Windows, although you can create a VM of an older Windows). With Win XP, the EXE and MQL EX4s were able to communicate ...
Hanover replies to PMs
-
hanover replied Jan 31, 2020As far as I know: You could create a 'master' indicator that used iCustom() to get the values from each of your component indicators, provided that the latter are using data buffers (as opposed to objects, or anything else) to paint their signals. ...
I will code your EAs and Indicators for no charge
-
hanover replied Jan 31, 2020You didn't supply a formula for calculating the demarker value, so I simply found the demarker.mq4 indicator on the internet. I have no idea whether its calculation is correct. It generates values between 0 and 1, so I multiplied the result by 100 ...
I will code your EAs and Indicators for no charge
-
hanover replied Jan 30, 2020Assuming you're using MT4, the attached indicator using the displayed settings should deliver the result shown in the screenshot. More info here. If this isn't what you're seeking, maybe somebody else can help you.
I will code your EAs and Indicators for no charge
-
hanover replied Jan 30, 2020Update to indicator in post #1276. New settings: Pairs - you can now select the individual pairs that you want displayed. Simply leave Currencies at its default setting (no exclusions) and then delete the pairs you want to exclude from the list of ...
Hanover replies to PMs
-
hanover replied Jan 30, 2020Hello long lost friend,
I know I said I wouldn't reply, but it's great to know that you're still around. I caught up with mypipbull over lunch a month or so ago. I'm definitely a fan of Tom D's, I used to follow him on twitter and watch his ...Twelve stepping stones for rookies
-
Twelve stepping stones for rookies
Started Jan 30, 2020|Rookie Talk|21 replies
Twelve stepping stones for rookies If you seriously want to become systematically profitable ...
-
hanover replied Jan 29, 2020I forgot to mention that I fixed a bug (thanks to info provided by pips4life) in the 'Convert news to GMT' app. You can download the latest version (v 4.16) from my github page (see the green typeface in post #1). This app will convert data ...
Plot News / Downloader version 4.00
-
hanover replied Jan 29, 2020Jack Schwager's wisdom Below (blue typeface) is a excerpt from the preface of Jack's book, New Market Wizards, which he wrote after interviewing several of the world's legendary trader/investor/manager billionaires. Mandatory reading for anybody ...
Q&A about my free indicators in Platform Tech......
-
hanover replied Jan 29, 2020They appear on mine (see screenshot). Check the filters you've applied to the calendar. Also, note that FF are continuously revising their calendar; news events are getting added, deleted, rescheduled all the time, supposedly as FF's source of news ...
Plot News / Downloader version 4.00
-
hanover replied Jan 25, 2020Programmers can't modify code unless you supply the .mq4 file. So I had to rewrite the indicator from scratch.
Unzip the attached file into the folder obtained by MT4 menu option Files => Open Data Folder (the folder name ...I will code your EAs and Indicators for no charge
-
hanover replied Jan 23, 2020I'm afraid there's no point in anybody coding what you're asking for. That's because, based on the information you've provided, the currencies will always be ranked as follows: Highest = CHF 2nd = CAD 3rd = USD 4th = NZD 5th = AUD 6th = GBP 7th = ...
I will code your EAs and Indicators for no charge
-
hanover replied Jan 22, 2020I know what you mean about the green button and it's a great question. I wish I had a good answer but all I do is scrape the visible html, just as you're apparently doing. You could try Googling something like "how to scrape data from a website ...
where to find FF "actual" calendar data within the xml file?
-
hanover replied Jan 22, 2020If I did that, anybody could remove the copyright mark, rebadge the indicator, and then sell it (see this). Call me a conspiracy theorist, but whenever somebody asks for mq4 source code without an explanation, I ask myself why they would want it. ...
Pair Strength Analyzer indicator
-
hanover replied Jan 22, 2020Pivots dashboard Took an old RSI dashboard of mine and converted it into a pivots dashboard. The screenshot shows the weekly pivots only (the default colors match one of Davit's more widely used pivot indicators, available here). The dashboard ...
Hanover replies to PMs