Chaikin's Volatility indicator compares the spread between a security's high and low prices.
[Visual Basic]
Overloads Public Shared Function ChaikinVolatility( _
ByVal sc As SeriesCollection, _
ByVal lengthOfMA As Integer , _
ByVal noOfPeriods As Integer _
) As SeriesCollection
[C#]
public static SeriesCollection ChaikinVolatility(
SeriesCollection sc,
int lengthOfMA,
int noOfPeriods
);
Exception | Description |
---|---|
Thrown if either parameter is strictly negative or arrays closes or volumes are empty. |
It quantifies volatility as a widening of the range between the high and the low price.
The formula for this indicator is:
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.