Syntax
public MoneyFlowOscillator(Bars bars, int period, string description): base(bars, description)
public static MoneyFlowOscillator Series(Bars bars, int period)
Parameter Description
bars | Bars used to build MFO |
period | MFO Period |
Description
Money Flow Oscillator (MFO) by Vitali Apirine from
October 2015 issue issue of Technical Analysis of Stocks & Commodities magazine measures buying and selling pressure over a specific period of time, oscillating between -1 and +1. Bullish divergence indicates less selling pressure and bearish divergence indicates less buying pressure. Signals can be generated by looking for divergences of MFO with price and centerline crossovers.
Example
Please refer to
TASC October 2015 issue, "The Money Flow Oscillator (Apirine)".