
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Updated dynamic zone vortex : dynamic_zone_vortex_nmc.mq4
They are Ratio Fractals 4hr on h1 chart getting some good moves but for me the hardest is waiting for the signals
Updated version : ratio_fractals_alerts_nmc.mq4
as per usual another amazing indicator compliment of mrtools
thank you
in your image what is producing your arrows? they repaint lots?They are Ratio Fractals 4hr on h1 chart getting some good moves but for me the hardest is waiting for the signals
, Don't seem to repaint but using them the way i am hard to tell but to tell the truth really haven't tested them for repainting!
Updated version posed here : https://www.mql5.com/en/forum/general
jim
Since you gave me more details in PM, you actually gave me an interesting problem to code (multiple alerts, multiple display options, ...) . Now, here it is ...
________________________
Additions to the indicator that need to be explained:________________________
I think (hope
) the rest of added parameters do not need explanation
regards
mladenUpdated version : dynamic_zone_one_more_average__alerts_nmc.mq4
...
jim
Since you gave me more details in PM, you actually gave me an interesting problem to code (multiple alerts, multiple display options, ...) . Now, here it is ...
________________________
Additions to the indicator that need to be explained:________________________
I think (hope
) the rest of added parameters do not need explanation
regards
mladen
Is it possible to add an alert to Dynamic zone one more average.mq4 so when the main line crosses either the solid line or the dotted line it alerts the user at the close of the bar?
Thanks,
JimUpdated version posted here : https://www.mql5.com/en/forum
Dynamic zone non lag ma on picture length = 50 might be interesting!
Updated version that avoids some problems with the new metatrader 4 : dynamic_zone_nl_ma_nmc.mq4
dz nlma
Dynamic zone non lag ma on picture length = 50 might be interesting!
Updated version posted here : https://www.mql5.com/en/forum/general
Been fooling around with some Amibroker formulas and found an interesting alternative to dynamic zones. Will use this post to introduce and compare the "Amibroker way" to "Stendahl way" of calculating dynamic zones
_____________________________
First of all, the basic indicator is a sort of RSI of MACD and is, as an idea, an interesting way of "normalizing" MACD to a desired range. I think that parameters itself do not need additional explanation, except for 2 : OBLevel and OSLevel : they are RSI levels and not zone levels, and are there to help point out when the predefined critical levels are reached - in combination with dynamic levels, one might find them useful. Since they (and the RSI of MACD) are the same in both indicators, they are pointing to over bought and over sold at same points and time. The difference is in the zones...
As an example here is a comparison of "Amibroker way" up and "Stendahl way" down. It seems that both have some points in which they are better but that I will leave everyone's judgment (after all, we do not seek for same things in indicators, so ... )Calculation of the two are completely different and it is interesting that two completely different approaches give results that look similar at a first glance. The main difference is in the middle line in which I think that Stendahls way is better (for its speed of signals), but as I said, do not take my word and please test these for your self.
PS : The "Amibroker version" is the one with "ab" in its nameUpdated "Amibroker version" compatible with the new mql : dynamic_zone_ab_rsi_of_macd_nmc.mq4
Updated vortex indicator compatible with new mql : vortex_-_mtf__nmc.mq4
Double dynamic zone spearman smooth on the web
Updated version of Double dynamic zone Spearman rank correlation : double_dynamic_zone_spearman_smooth_mtf_nmc.mq4
It needs the spearman. dll too : spearman.zip