Re: Moving Average indicators for MT4

754
AMA STL_Color alerts nrp 2
One of FS member was asking about "#VarMA" indicator in PM
it is simply renamed of old "AMA" (Adaptive Moving Average)
there are a lot of AMA versions,almost every style variety,especially latest versions of Mladen and Mrtools
posting one as for example though is old one
in picture blue/red dot line the "VarMA" (all old versions were displaying with dots as line style)
when white orange is "AMA STL_Color alerts nrp 2"
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.


Re: Moving Average indicators for MT4

758
Dear Mladen/Mr.Tools

Could you please make this indicator into three states:
Up...Down and No Move
at the current the logic : fast ma>slow ma && slow ma>slowest ma (Up)
fast ma<slow ma && slow ma<slowest ma (Dn)

I want to have "no move" with other colour when te three MAs not alligned based on the logic See in the grey area where i want indicator give no move condition...because i want the indi give me alet again when trend back to preceeding trend so that i can add my position


Thank you very much for your kindness

Re: Moving Average indicators for MT4

760
bobzahra wrote: Sat May 19, 2018 9:42 pm Dear Mladen/Mr.Tools

Could you please make this indicator into three states:
Up...Down and No Move
at the current the logic : fast ma>slow ma && slow ma>slowest ma (Up)
fast ma<slow ma && slow ma<slowest ma (Dn)

I want to have "no move" with other colour when te three MAs not alligned based on the logic
RK-3MA Cross histo v1.mq4
rk1.png

See in the grey area where i want indicator give no move condition...because i want the indi give me alet again when trend back to preceeding trend so that i can add my position


Thank you very much for your kindness
If those MA are exponencial you can use this indicator, its in histogram mode.