WebCab Technical Analysis for Delphi (COM) v1.1

Aroon.AroonOscillatorOverPeriod Method

Evaluates the Aroon Oscillator over all periods where sufficient historical data is provided.

Overload List

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);

See Also

Aroon Class | WebCab.COM.Finance.Trading.Indicators Namespace | AroonOscillator