Thanks for updating your code.
I did find small error that caused an error during compile. The error points to the file SmoothAlgorithms.mqh and it mentions that the following ENUM Smooth_METHOD values
MODE_SMA_, //SMA
MODE_EMA_, //EMA
MODE_SMMA_, //SMMA
MODE_LWMA_, //LWMA
need to have a "_" at the end of each value.
Looks like a good indicator.

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
ImpulseOsMA:
The indicator draws bars based on Elder's impulse system.
Author: Nikolay Kositsin