See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

Language

Visual Basic

C#

Show All

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A financial series.
lengthOfPeriod
An integer which represents the number of periods over which the indicator is calculated.
See Also Languages dotnetCHARTING Send comments on this topic.

ChaikinMoneyFlowOverPeriod(String,Series,Int32) Method

Iteratively evaluate the Chaikin Money Flow (CMF)indicator over all (sub)collections of periods of a given length for all periods for which data is provided.

[Visual Basic]
Overloads Public Shared Function ChaikinMoneyFlowOverPeriod( _    ByVal seriesName As String, _    ByVal s As Series, _    ByVal lengthOfPeriod As Integer _ ) As Series
[C#]
public static Series ChaikinMoneyFlowOverPeriod(    string seriesName,    Series s,    int lengthOfPeriod );

Parameters

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A financial series.
lengthOfPeriod
An integer which represents the number of periods over which the indicator is calculated.

Remarks

In particular, this method returns an array where the 1st term of the CMF indicator for the latest period, the second term of the CMF in the previous period and so on. Please note that the CMF will be evaluated for all periods for which there is sufficient data (see example below for more details).

Remark: The form in which the Chaikin Money Flow (CMF) in provided here is particularly suitable when wishing to integrated this functionality within a Client side GUI Charting Application.

Details of Chaikin Money Flow (CMF)

Chaikin Money Flow (CMF) is a volume weighted average of Accumulation/Distribution over a specified period, which is usually taken to be 21 days. The CMF offers a volume weighted indicator on the following two principles:

Evaluation

The CMF indicator is evaluated for the following steps:

Example of Application

Within this example we illustrate the way this method works when we consider a given 10 period in which the length of period over which the CHM is evaluated is 4. In this case the result will be an array of 7 elements as follows:

See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

 

 


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