Indicators: Candles_Smoothed

 

Candles_Smoothed:

Smoothed candlestick chart. In this indicator the smoothing is applied to all elements of a price candlestick: Open, Low, High and Close.

The indicator provides a clear graphical representation of a current market trend. A color of a candlestick indicates trend direction and its body size shows the power of the current trend.

Author: Nikolay Kositsin

Candles_Smoothed

 

I cann't install the indicator, it shows 16 errors while compiling. Please inform me how to do it or where there is a new version without errors.

Thank you. 

 
netpacman:

I cann't install the indicator, it shows 16 errors while compiling. Please inform me how to do it or where there is a new version without errors.

Thank you. 

smoothalgorithms.mqh must be placed to terminal_data_folder\MQL5\Include\

candles_smoothed.mq5 must be placed to terminal_data_folder\MQL5\Indicators\

terminal_data_folder path:


 

By the way, you can write a trend indicator from here, if you use the resulting candlesticks in the calculation, and insert the data into the formula

(|High-Low|/|Open-Close|)*100, a value equal to 100 will indicate an "absolute" trend.

 
I'm trying to install the Candles_Smoothed indicator on my MT5 but it's giving a certain error: 'MODE_SMA' - can not convert enum candles_smoothed.mq5 Line: 68 Column: 32
What can I do to fix this error?
NOTE: I already have the file SmoothAlgorithms.mqh.