AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.stock.indicators.Aroon Improve this Doc

Methods Overview

Series
downSeries()Indicator series instance.
rangeSeries()Indicator series instance.
upSeries()Indicator series instance.
Specific Indicators Settings
period()Indicator period setting.

Methods Description

downSeries

Getter for the indicator Down Series instance.
Setter for the indicator Down Series type.

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator Down Series.

Returns:

anychart.core.stock.indicators.Aroon - Self instance for method chaining.

period

Getter for the indicator period.

Returns:

number - The indicator period.
Setter for the indicator period.

Params:

NameTypeDefaultDescription
periodnumber
25
Period to set.

Returns:

anychart.core.stock.indicators.Aroon - Self instance for method chaining.

rangeSeries

Getter for the indicator Range Series instance.
Setter for the indicator Range Series type.

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator Range Series.

Returns:

anychart.core.stock.indicators.Aroon - Self instance for method chaining.

upSeries

Getter for the indicator Up Series instance.
Setter for the indicator Up Series type.

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator Up Series.

Returns:

anychart.core.stock.indicators.Aroon - Self instance for method chaining.