I am looking for an indicator that would show three ma crosses. I know there are a bunch of ea's, but i just need an indicator.
For example, the slowest ma would be plotted on the graph, the fast and middle ones cross will be shown as a dot, and than when they cross the slowest on it would show as an arrow.
I don't know if such an indicator exists, i think i saw it somewhere. If it doesn't maybe someone who knows mql can program it.
Thank you ahead of time for anybody responding to this message.You may try this indicator: this indicator is from old thread there me and Kalenzo tried to figure something out based on 3 EMAs.
And read this post https://www.mql5.com/en/forum/173397/page15
Newdigital thank you very much for responding to my request. (Спасибо)
I do not have permission to go to that thread. Is there any other way for me to find out about this indicator. Somehow i can not access that thread through your post.
Newdigital thank you very much for responding to my request. (Спасибо) I do not have permission to go to that thread. Is there any other way for me to find out about this indicator. Somehow i can not access that thread through your post.
Sorry it was post in elite section. Cross posting.
The indicator attached:
ShortPeriod = 8;
ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
BigPeriod = 55;
BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
ExitPeriod = 21;
ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
Of you do not need 3rd ma on the chart so switch Aqua and DeepPink colors in indicator's settings to "None".
There are a lot of good indicators based on MA so you also may look at this threads:

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I am looking for an indicator that would show three ma crosses. I know there are a bunch of ea's, but i just need an indicator.
For example, the slowest ma would be plotted on the graph, the fast and middle ones cross will be shown as a dot, and than when they cross the slowest on it would show as an arrow.
I don't know if such an indicator exists, i think i saw it somewhere. If it doesn't maybe someone who knows mql can program it.
Thank you ahead of time for anybody responding to this message.