Evaluates the Aroon Oscillator over a period using over price data.
Returns the double value of the Aroon Oscillator over the period considered.
The Aroon Oscillator over each period is evaluated using the following formulae:
Aroon Oscillator = (Aroon Up Indicator) - (Aroon Down Indicator),
where 'Aroon Up Indicator' can be evaluated using AroonUp, and 'Aroon Down Indicator' can be evaluated using AroonDown, where the same number of periods is used in the evaluation of each indicator.
| Exception Type | Condition |
|---|---|
| ArgumentException | Thrown when the array parameters lows and highs are empty or the lengths of these two arrays are not equal. |
Aroon Class | WebCab.COM.Finance.Trading.Indicators Namespace | Aroon.AroonOscillator Overload List | AroonOscillatorOverPeriod - calculates the values of the Aroon Oscillator indicator over all sub-periods of a given length.