dotnetCHARTING Send comments on this topic.
AroonOscillator Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : AroonOscillator Method


Evaluates the Aroon Oscillator over the a given period.

Overload List

OverloadDescription
AroonOscillator(String,Series) Evaluates the Aroon Oscillator over the a given period.  
AroonOscillator(Series) Evaluates the Aroon Oscillator over the a given period.  
AroonOscillator(String,SeriesCollection) Evaluates the Aroon Oscillator over the a given period.  
AroonOscillator(SeriesCollection) Evaluates the Aroon Oscillator over the a given period.  

Remarks

Evaluation of the Aroon Oscillator

The Aroon Oscillator over each period is evaluated using the following formulae:

Aroon Oscillator = (Aroon Up Indicator) - (Aroon Down Indicator).

See Also