MetaTrader 5 / Indicateurs

OHLC_VolumeH - indicateur pour MetaTrader 5

5020
(9)

OHLC VolumeH displaiys the difference between two volume lines of the OHLC Volume volume indicator as a histogram.

Since OHLC Volume is calculated only by OHLCV bar values, the indicator has no configurable parameters.

Calculation:

OHLCV = UpV - DnV

where:

UpV = Volume * CoeffUP/(CoeffUP+CoeffDN)
DnV = Volume* CoeffDN/(CoeffUP+CoeffDN)

CoeffUP = High-Open
CoeffDN = Close-Low

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21403