Discover expert developed MetaTrader tools that can complement professional solutions.
The indicator changes the bar color to the color of the current trend calculated based on the RSI technical indicator.
If the trend and candlestick direction match, the color of the bar is light, if opposite, the bar is dark.
Trend strength is determined by the presence of the RSI indicator in overbought or oversold areas whose levels are determined by the indicator input parameters:
Experience adaptive trading with the Fluid Expert Advisor for MT4/MT5. Dynamic money management and trend detection. Click for info.
input uint HighLevel=55; // Overbought level input uint LowLevel=45; // Oversold level
If the RSI is outside these areas, the bar is not painted.

Figure 1. The RSI_BARS indicator
Build better strategies with RobotFX professional tools – check them out.
2122