Indicators: ImpulseOsMA

 

ImpulseOsMA:

The indicator draws bars based on Elder's impulse system.

Figure 1. The ImpulseOsMA indicator

Author: Nikolay Kositsin

 

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.