Hi Mladen,
I think there is a problem.
The "Wilder's EMA period" parameter is unresponsive in the current mt5 build.
E.g: 5 or 500 values doesn't matter!
The "Wilder's EMA period" parameter is unresponsive in the current mt5 build.
E.g: 5 or 500 values doesn't matter!
Cenk #:
Hi Mladen,
Hi Mladen,
I think there is a problem.
The "Wilder's EMA period" parameter is unresponsive in the current mt5 build.
E.g: 5 or 500 values doesn't matter!
The "Wilder's EMA period" parameter is unresponsive in the current mt5 build.
E.g: 5 or 500 values doesn't matter!
Try changing in init
_alpha = 1.0 /MathSqrt(inpPeriod>1 ? inpPeriod : 1);
to
_alpha = 1.0 /MathSqrt(inpEmaPeriod>1 ? inpEmaPeriod : 1);
Hello
can an alert be added to this please.

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
CCI - double smoothed Wilder's EMA filtered:
CCI - double smoothed Wilder's EMA filtered
Author: Mladen Rakic