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

The OHLC Volume indicator divides volumes into two threads in accordance with Open/High/Low/Close of each bar.

There are no input parameters.

Calculation:

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

where:

UP_Coeff = High-Open
DN_Coeff = Close-Low

Volume - tick volume

MetaTrader Experts, Indicators, Scripts and Libraries

23110