
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
Normalized deviations and atr oscillator : normalized_deviations__atr_oscillator_mtfalerts_nmc.mq4
Originally posted here : https://www.mql5.com/en/forum/general
Good morning MrTools,
With regards to the "Norm.Dev.+atr" I have found it to repaint in "present mode" in other words not in MTF format. Could you possibly investigate, plse? I can give you SnapShot proof of it, should you wish to see it. I do believe that it has merit as I have seen some excellent predictions over the last few weeks testing it.
Looking forward to hearing from you.
Best regards.Hi Valeo,
Think i found it in the normalizing part found this for( int k=0; k < NormPeriod - 1 ; k++), which i'm pretty sure it should be for( int k=0; k < NormPeriod; k++) anyway please test this version should be good and thanks for pointing this out.
Updated version posted here : https://www.mql5.com/en/forum/general
=================
MrTools, would you mind posting a screen-print of this same indicator during an UP-Trend please?
Thanks in advance.See what you are saying please try these.
Updated version posted here : https://www.mql5.com/en/forum/general
Deviations and atr no normalized (as developed by William Cringan (TASC 2/2003) from this post https://www.mql5.com/en/forum/general ) version 2 : normalized_deviations__atr_oscillator_mtfalerts2_nmc.mq4
hello MrTools, could you please add up/down arrows when orange line changes slope direction?
Hi Camisa,
Added the up down arrows on the yellow line which is the slope of atr normalized if this isn't right let me know. Its a bunch of arrows unless using it in multi timeframe.
Updated version posted here : https://www.mql5.com/en/forum/general
iVar browser 2 from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.
Jim
Here you go
You can enter time frames in any order using the usual ways : the periodicity way (m1,m5...) or the minutes way (1,5 ...)
regards
Mladen
mladen,
Would it be possible to modify the iVAR browser so that the user can choose which TFs it will display in the list instead of displaying all the TFs?
thanks,
jimupdated version posted here: https://www.mql5.com/en/forum/general
This is mtf rsi of adaptive kaufman with floating levels and divergence, and its compatible with new mt4 builds.
T3 r adaptive : t3_r-adaptive_nmc.mq4
Original post (with detailed description what and how is done) was posted here : https://www.mql5.com/en/forum/general
T3 r-squared adaptive ...
I hate too much parameters, and when it comes to moving averages, even more ...
PS: decided to add one more option (in version 2) - TrendFollowMode. Here is a comparison of a trend follow mode (violet), "just" adaptive mode (green) and regular T3 (orange). The "regular adaptive" seems to be the fastest, but the "trend follow" mode has its merits too (see the last example)
Updated version posted here : https://www.mql5.com/en/forum/general