OBV Oscillator

On Balance Volume can be used to either confirm the current price trend or warn of a possible reversal.

On Balance Volume was developed by Joe Granville. See his book New Strategy of Daily Stock Market Timing for Maximum Profits for more detailed information.

Syntax:

OBVOscillator
OBVOscillator()
OBVOscillator(“Period”)
OBVOscillator(“OutPutStartCell”,”Period”)

Inputs:

'Close' and 'Volume' columns values

Parameters:

Examples:

OBVOscillator
OBVOscillator()
OBVOscillator(“21”)
OBVOscillator(21)
OBVOscillator(“G2”,”21”)
OBVOscillator(“G2”, 21)
OBVOscillator(G2,”21”)
OBVOscillator(G2, 21)


Copyright © 1998-2012 Franz AG
Visit website: http://www.analyzerxl.com
Send feedback: [email protected]