AnyChart
API Reference
Still have questions?
Contact support
Top

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

Aroon Oscillator indicator class.

Methods Overview

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

Methods Description

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.AroonOscillator - Self instance for method chaining.

series

Getter for the indicator series instance.
Setter for the indicator series type.

Params:

NameTypeDefaultDescription
typeanychart.enums.StockSeriesType | string
area
Type of the indicator series.

Returns:

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