AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

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

Methods Overview

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

Methods Description

downSeries

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

Params:

NameTypeDefaultDescription
typestring | anychart.enums.StockSeriesType
"line"
Type of the indicator Up 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
valuenumber
20
Period to set.

Returns:

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

upSeries

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

Params:

NameTypeDefaultDescription
typestring | anychart.enums.StockSeriesType
"line"
Type of the indicator Up Series.

Returns:

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