Skip to content

Aroon Method (3)

Aroon (1 of 3)

Summary

The Aroon indicator is used to identify trends and their reversals.

Signature

1
public abstract Aroon Aroon(int periods)

Parameters

Name Type Description
periods int The value of the periods used for calculation.

Return Value

Aroon

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

Aroon (2 of 3)

Summary

The Aroon indicator is used to identify trends and their reversals.

Signature

1
public abstract Aroon Aroon(Bars bars, int periods)

Parameters

Name Type Description
bars Bars The Bars that will be used by indicator, you can pass another timeframe/symbol bars
periods int The value of the periods used for calculation.

Return Value

Aroon

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

Aroon (3 of 3)

Signature

1
public abstract Aroon Aroon(MarketSeries marketSeries, int periods)

Parameters

Name Type Description
marketSeries MarketSeries
periods int

Return Value

Aroon

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 23, 2023