Evaluates the Money Flow Index (MFI) which measures the strength of money flowing in and out of a security over all periods for which sufficient data is provided.
[Visual Basic]
Overloads Public Shared Function MoneyFlowIdxOverPeriod( _
ByVal sc As SeriesCollection, _
ByVal lengthOfPeriod As Integer _
) As SeriesCollection
[C#]
public static SeriesCollection MoneyFlowIdxOverPeriod(
SeriesCollection sc,
int lengthOfPeriod
);
Exception | Description |
---|---|
ArgumentException | Thrown if any elements from the arrays high, low, close or volume are strictly negative, or if the length of the arrays is not equal or the lengthOfPeriod is grater than the length of the array high. |
The MFI is related to the Directional Movement Indicator of Wellas Wilder, but the MFI system also takes into account the volume as well as the price action.
Divergence of the indicator within a continuing trend indicates that a
reversal is imminent. The MFI also is a good means to signal market tops
and bottoms. A reasonable rule is a market top is given more significance
when the MFI is above 80
and a market bottom is given more
significance when the MFI is below 20
.
The Money Flow Index (MFI) is evaluated over a given user defined
number of trading periods. The evaluation of the MFI follows the
below steps:
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.