TA-Lib : Technical Analysis Library

Timeseries.Aroon Method 

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;

Return Value

A new timeseries with the variable "AroonUp" and "AroonDn".

See Also

Timeseries Class | TA.Lib Namespace