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
Setter for the indicator period.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| period | number | 25 | Period to set. |
Returns:
anychart.core.stock.indicators.AroonOscillator - Self instance for method chaining.Try it:
series
Getter for the indicator series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Series.Try it:
Setter for the indicator series type.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| type | anychart.enums.StockSeriesType | string | area | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.AroonOscillator - Self instance for method chaining.Try it:
