Evaluates the Aroon Oscillator over a given period.
Evaluates the Aroon Oscillator over a given period.
public double AroonOscillator(double,double);
Evaluates the Aroon Oscillator over a period using over price data.
public double AroonOscillator(double[],double[]);
Aroon Class | WebCab.COM.Finance.Trading.Indicators Namespace | AroonOscillatorOverPeriod - evaluates the Aroon Oscillator over all periods for which sufficient historical data is provided.