Money Flow Oscillator
Description
The Money Flow Oscillator measures the amount of money flow volume over a specific period. A move into positive territory indicates buying pressure while a move into negative territory indicates selling pressure.
Syntax
MoneyFlowOscillator(int period)
MoneyFlowOscillator(ISeries\<double\> input, int period)
Return Value
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.

