MAonarray mode_SMMA

 

Hi all,

I am a new user of MQL4 language, and I need help for function iMAOnArray.

I found a program that uses this function and I would like to know what defines the option

MODE_SMMA. Is it a simple average, an exponential average, a linear weighted average... ?

Thanks.

 

Ok I found the answer to my questioon...

https://ta.mql4.com/indicators/trends/moving_average

 
SMMA(L) == EMA(2L-1) ignore SMMA
Reason: