Ok I found the answer to my questioon...
https://ta.mql4.com/indicators/trends/moving_average
SMMA(L) == EMA(2L-1) ignore SMMA
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
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.