fxcodebase-backup

OHLC Volume

Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=61552
Forum: 38 · Topic 61552 · 1 post(s)


OHLC Volume

Alexander.Gettinger · Wed Nov 26, 2014 3:28 pm

The indicator separate volume in correspondence to open, close, high and low values of bar.

Formulas: UP volume = VolumeUP_Coeff/(UP_Coeff+DN_Coeff), DN volume = VolumeDN_Coeff/(UP_Coeff+DN_Coeff), where UP_Coeff = High-Open, DN_Coeff = Close-Low.

OHLC_Volume_MQL.PNG

Download:

OHLC_Volume.mq4

Histogram shows difference between UP and DN volume form previous indicator.

OHLC_Volume2_MQL.PNG

Download:

OHLC_Volume2.mq4