Indicators: HaDelta

 

HaDelta:

The HaDelta indicator can help to be ahead the crowd

Fig.1 The HaDelta indicator.

Fig.1 The HaDelta indicator. 

Author: Nikolay Kositsin

 
Indicator wont attach to the chart. Please help
 

Is there a bug?

???

 

There is a bug. Probably something changed on the file \MQL5\Include\smoothalgorithms.mqh.


You can fix this changing the line #82 of the hadelta.mq5 from:

input Smooth_Method Signal_Method=MODE_SMA; //signal line smoothing method

To:

input Smooth_Method Signal_Method=MODE_SMA_; //signal line smoothing method
;)