McClellan Oscillator
Description
McClellan Oscillator is the difference between two exponential moving averages of the NYSE advance decline spread. This indicator requires ADV and DECL index data.
Syntax
McClellanOscillator(int fastPeriod, int slowPeriod)
McClellanOscillator(ISeries\<double\> input, int fastPeriod, int slowPeriod)
Return Value
double; Accessing this method via an index value int barsAgo returns the indicator value of the referenced bar.

