Market Facilitation Index was developed by Dr. Bill Williams and take into consideration the price and volume.
[Visual Basic]
Overloads Public Shared Function MarketFacilitationIndex( _
ByVal sc As SeriesCollection _
) As SeriesCollection
[C#]
public static SeriesCollection MarketFacilitationIndex(
SeriesCollection sc
);
The formula for the calculation of MFI is:
MFI = (high - low)/volume
where high
is the highest traded price during the period, low
is the lowest traded price during the period and, volume
is the overall
volume traded on that period.
There are four types of trading sessions called:
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.