Moving Average - page 103

 

VininI-nEMA indicator (Sergey P. Murzinov && Victor I. Nicolaev)

Files:
 

JSmooth (smoothing by Mark Jurik) - code by Alexander Gettinger

Formulas:

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).

Files:
 

nice section. There are any EA coder.

 

IE/2 moving average (by Alexander Gettinger)

Files:
ie2_ma.mq4  3 kb
 

Inverse ma indicator

Files:
ima.mq4  4 kb
 

A moving average slope indicator that is corrected to be non repainting, posted here : https://www.mql5.com/en/forum/177862/page19

Files:
ma_slope.gif  46 kb
 

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

Files:
maonma.mq4  3 kb
 
jibby:
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.

Reason: