On Balance Volume ("OBV") is a momentum indicator developed by Joe Granville that relates volume to price change.
[Visual Basic]
Overloads Public Shared Function OnBalanceVolume( _
ByVal sc As SeriesCollection _
) As SeriesCollection
[C#]
public static SeriesCollection OnBalanceVolume(
SeriesCollection sc
);
The formula for this indicator is:
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.