See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

Language

Visual Basic

C#

Show All

s
A financial series.
lengthOfMA
The number of periods considered within the evaluation of the moving average for each of the periods on which it can be evaluated.
noOfPeriods
An integer which represents the number of previous time periods used over which the comparing moving average is taken.
See Also Languages dotnetCHARTING Send comments on this topic.

ChaikinVolatility(Series,Int32,Int32) Method

Chaikin's Volatility indicator compares the spread between a security's high and low prices.

[Visual Basic]
Overloads Public Shared Function ChaikinVolatility( _    ByVal s As Series, _    ByVal lengthOfMA As Integer, _    ByVal noOfPeriods As Integer _ ) As Series
[C#]
public static Series ChaikinVolatility(    Series s,    int lengthOfMA,    int noOfPeriods );

Parameters

s
A financial series.
lengthOfMA
The number of periods considered within the evaluation of the moving average for each of the periods on which it can be evaluated.
noOfPeriods
An integer which represents the number of previous time periods used over which the comparing moving average is taken.

Exceptions

ExceptionDescription
ArgumentExceptionThrown if either parameter is strictly negative or arrays closes or volumes are empty.

Remarks

It quantifies volatility as a widening of the range between the high and the low price.

Indicator Formula

The formula for this indicator is:

  1. chaikinVolatility = ((H-LAverage - H-LAverage_n_periods_ago)/H-LAverage_n_periods_ago)*100

See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.