MetaTrader 5 / Indicateurs

OHLC_Volume - indicateur pour MetaTrader 5

5650
(7)

OHLC Volume displays two volume graphs considering Open, High, Low and Close and applying two calculation methods: High-Open and Close-Low.

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

Calculation:

Vol UP = Volume * CoeffUP/(CoeffUP+CoeffDN) Vol DN = Volume* CoeffDN/(CoeffUP+CoeffDN)

where:

CoeffUP = High-Open CoeffDN = Close-Low


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