Evaluates the Aroon Oscillator over a given period.
The double value of the Aroon Oscillator over a given period.
The Aroon Oscillator over a given 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.
Aroon Class | WebCab.COM.Finance.Trading.Indicators Namespace | Aroon.AroonOscillator Overload List | AroonOscillatorOverPeriod - evaluates the Aroon Oscillator over all periods for which sufficient historical data is provided.