WebCab Technical Analysis Web Services for Delphi v1.1

Aroon.AroonOscillator Method

Evaluates the Aroon Oscillator over a given period.

Overload List

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

See Also

Aroon Class | Indicators Namespace | AroonOscillatorOverPeriod - evaluates the Aroon Oscillator over all periods for which sufficient historical data is provided.