You are here: Technical Analytics > Chart Indicators > On Balance Volume

Apply an On Balance Volume Indicator

The concept behind the OBV indicator is: volume precedes price. OBV is a simple indicator that adds a period's volume when the close is up and subtracts the period's volume when the close is down. A cumulative total of the volume additions and subtractions forms the OBV line.

If today’s close is greater than yesterday’s close then:

OBV(i) = OBV(i-1)+VOLUME(i)

If today’s close is less than yesterday’s close then:

OBV(i) = OBV(i-1)-VOLUME(i)

If today’s close is equal to yesterday’s close then:

OBV(i) = OBV(i-1)

Where:

OBV(i) — is the indicator value of the current period.

OBV(i-1) — is the indicator value of the previous period.

VOLUME(i) — is the volume of the current bar.

obv912.gif

 

To apply an On Balance Volume (OBV) indicator

  1. From within a chart, from the Edit menu select Studies.
  2. Choose On Balance Volume and Add the study.
  3. Complete parameters as necessary.