Evaluates the Aroon Oscillator over all periods where sufficient historical data is provided.
Evaluates the Aroon Oscillator over all periods where sufficient historical data is provided.
public double[] AroonOscillatorOverPeriod(double[],double[]);
Evaluates the Aroon Oscillator over all periods where sufficient historical data is provided using only price data.
public double[] AroonOscillatorOverPeriod(double[],double[],int);
Aroon Class | WebCab.COM.Finance.Trading.Indicators Namespace | AroonOscillator