- Search Crypto Craft
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Feb 23, 2020I don't sell or endorse strategy-specific EAs, and I've never advertised my services as a programmer (Google 'hanover MT4 programming' and see what pops up!!), as the last thing I want is more work. But over the years I've had a ton of coding ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 23, 2020Calculation for Fibonacci based pivot points is explained here. Those displayed in the screenshot are weekly pivots, therefore last week's weekly candle high/low/close were used. However, the indicator is capable of displaying a dashboard depicting ...
Hanover replies to PMs
-
hanover replied Feb 18, 2020Strange bug, but I think I've fixed it. Same code and settings was definitely working differently in MT4 builds 1170 and 1220. Try the latest uploaded version in post #1, and please confirm that it's working correctly now, exactly as described in ...
Pair Strength Analyzer indicator
-
hanover replied Feb 18, 2020I think it's being caused by a bug in build 1220 of MT4. The same (new) version of PSA with the same settings is being run in both of the screenshots below. This is really frustrating. I will see if I can find an alternative way of coding it.
Pair Strength Analyzer indicator
-
hanover replied Feb 18, 2020Up until now this wasn't possible. I have just made a small enhancement; here is how FinalScaleValue works now: If its value is 0 or 1, the calculated values are displayed as is, without any scaling. If its value is >1, then the calculated values ...
Pair Strength Analyzer indicator
-
hanover replied Feb 14, 2020Not 100% sure what asking for, but the following can be done without any coding. Drag MT4's Moving Average indicator onto your chart. Set Period = 1, Shift = 0, Method = Simple, Apply to = High, Style = None. Go to the Levels tab, and enter the ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 13, 2020Off topic, but a couple of interesting posts by professional traders here and here. Like you, I post a lot of stuff just for fun (my personal favorite thread on the whole of FF is this one). In general, I think many people take comments on trading ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 13, 2020Sorry but I don't understand. What is your question? And how would I find the utility that you mentioned? Thanks for your kind words. It's not worth charging a fee, because it obligates the programmer to a lifetime of providing support, and (in the ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 12, 2020Thank you for your kind words, but I'm afraid you misjudge me: Most of my responses are motivated by personal boredom rather than kindness. I tend to avoid EA requests, and requests for alerts; I dislike working with other programmers' code; and I ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 12, 2020Just a guess, but try something like: for(int j=0;j<ArraySize(MultiplePairs);j++) { string Fut_Name = MultiplePairs[j]; if(iClose(Fut_Name,0,0) > iClose(Fut_Name,0,1) && previousTime!=iTime(Symbol(),0,0) ) { Alert("Close is Higher for " +Fut_Name); ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 12, 2020Since your question is directed to me, and just in case it wasn't clear, I never said that the indicator could be used profitably. I was merely coding an indicator that was requested. You would need to ask the member who made the request.
I will code your EAs and Indicators for no charge
-
hanover replied Feb 12, 2020FX market is decentralized. MT4 displays only broker tick volume. I expect that different institutions use different volume profiling tools (OFT, bookmap, footprint, whatever), and would have access to more wide-reaching volume data than retail ...
Hanover replies to PMs
-
hanover replied Feb 7, 2020Glad you like the indicator.
Perhaps the simplest solution is to forget build 509 and just use the mq4 file posted below, which compiles without errors using the latest Metaeditor (well at least it does on my computer). No mqh files are ...Hanover replies to PMs
-
hanover replied Feb 4, 2020Many thanks for your input. I calculated 5000 datapoints using Excel, giving the EMA(12) and EMA(26) values plenty of time to converge, and the results agree with the indicator output. Hence, by a process of elimination, any fault must lie with the ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 4, 2020You're welcome, glad that the indicator is useful to you.
Hanover replies to PMs
-
hanover replied Feb 4, 2020I've reached the conclusion that, even without considering PRT, MQL4's iMA() formula doesn't generate the same result as the formula provided on stockcharts' webpage. I've updated the xls with a second page ('Sheet 2') that tends to confirm this. I ...
I will code your EAs and Indicators for no charge
-
hanover replied Feb 3, 2020I assume you want a timeseries plotted? Also you didn't say whether you wanted the plot in the main chart or in a separate window. I have no idea what the output should look like. Perhaps an image from your prorealtime would have been helpful. ...
I will code your EAs and Indicators for no charge