
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
VininI-nEMA indicator (Sergey P. Murzinov && Victor I. Nicolaev)
JSmooth (smoothing by Mark Jurik) - code by Alexander Gettinger
JSmooth=J5, where
J5=J5+J4,
J4=(J3-J5)*(1-Alpha)*(1-Alpha)+J4*Alpha*Alpha,
J3=J1+J2,
J2=(Price-J1)*(1-Alpha)+J2*Alpha,
J1=Price*(1-Alpha)+J1*Alpha,
Alpha=0.45*Length/(0.45*(Length-1)+2).
nice section. There are any EA coder.
IE/2 moving average (by Alexander Gettinger)
Inverse ma indicator
A moving average slope indicator that is corrected to be non repainting, posted here : https://www.mql5.com/en/forum/177862/page19
Sinc_ma from here sinc MA – трендовый индикатор форекс (вариант скользящей средней)
I am a newbie, I have this ma crossing indicator which I would like someone to help me add sound alert to it whenever there is crossing. Thank you
I am a newbie, I have this ma crossing indicator which I would like someone to help me add sound alert to it whenever there is crossing. Thank you
jibby
You can try this one : https://www.mql5.com/en/forum/173235
yeah, thank you for the reply but I would actually prefer alert with the indicator I uploaded.