MoneyFlowOscillator

Modified on 2015/08/31 10:19 by Eugene — Categorized as: TASCIndicators

Syntax

public MoneyFlowOscillator(Bars bars, int period, string description): base(bars, description)
public static MoneyFlowOscillator Series(Bars bars, int period)

Parameter Description

barsBars used to build MFO
periodMFO 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)".