Technical analysis function Aroon.
[Visual Basic] Public Function Aroon( _ ByVal period As Integer _ ) As TimeseriesAroon [C#] public TimeseriesAroon Aroon( int period ); [C++] public: TimeseriesAroon* Aroon( int period ); [JScript] public function Aroon( int period ): TimeseriesAroon;
A new timeseries with the variable "AroonUp" and "AroonDn".
Timeseries Class | TA.Lib Namespace