Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | OHLC_Volume_Histo

OHLC Volume Histogram displays the difference between two streams of the OHLC Volume volume indicator as a colored histogram.

There are no input parameters.

Calculation:

Histogram = StreamUP - StreamDN

where:

StreamUP = Volume * UP_Coeff / (UP_Coeff+DN_Coeff)
StreamDN = Volume * DN_Coeff / (UP_Coeff+DN_Coeff)

UP_Coeff = High-Open
DN_Coeff = Close-Low

Volume - tick volume

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. OHLC Volume Histogram

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. OHLC Volume Histogram + OHLC Volume

23111