guignath: I am lookinf for a code of the "Wilder moving Average", ideally on mql5, if not on mql4...
It's called "Smoothed Moving Average" (SMMA) in MetaTrader (already built-in). It is the same as the EMA but instead of a weight calculated as "2/(n+1)" it uses "1/n" which is what is used in Wilder's EMA.
Fernando Carreiro:
It's called "Smoothed Moving Average" (SMMA) in MetaTrader (already built-in). It is the same as the EMA but instead of a weight calculated as "2/(n+1)" it uses "1/n" which is what is used in Wilder's EMA.
Tx Fernando. Great !
It's called "Smoothed Moving Average" (SMMA) in MetaTrader (already built-in). It is the same as the EMA but instead of a weight calculated as "2/(n+1)" it uses "1/n" which is what is used in Wilder's EMA.
Never any reason to use the SMMA(n) it's equivalent to the EMA(2n-1).
The Smoothed Moving Average or SMMA - How to Avoid It - NinjaTrader Programming | futures.io
The Smoothed Moving Average or SMMA - How to Avoid It - NinjaTrader Programming | futures.io

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,
I am lookinf for a code of the "Wilder moving Average", ideally on mql5, if not on mql4...
Thanks in advance