Explore the latest free tools from the MQL5 community. Here's a new indicator, expert advisor, or script for MetaTrader.
A trend indicator drawn in the form of a colored histogram.
There are four color histogram display options depending on the values of the input parameters:
input color UpLevelsColor=clrBlue; // The color of the overbought level input color DnLevelsColor=clrBlue; // The color of the oversold level
- Above the overbought level - pink;
- Above zero but below the overbought level - brown;
- Below zero, but above the oversold levels - green;
- Below the oversold level - lime.
Originally this indicator has been written in MQL4 and was first published in the Code Base at mql4.com on 07.11.2007.
Recover from drawdowns intelligently with the Auto Recovery Expert Advisor for MT4/MT5. Perfect for hedging strategies. Learn more.

Figure 1. Indicator William36HistogramWaller
Complement community code with advanced automation from RobotFX.
2032