This indicator paints the candlesticks in different colors depending on a trend power and direction.
The indicator is based on five symmetrical Bollinger Bands with different deviation input parameters values. Breakout of the channel with a big deviation value results in a brighter color of a candlestick. Spring green color shades are used for the rising market, while maroon color shades are intended for the falling market.
Five deviation levels and ten colors for trend display are used. In case the weakest deviation level is not passed, the candlesticks are not colored and have a common coloring.
The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article “Averaging Price Series for Intermediate Calculations Without Using Additional Buffers”.
Â