class anychart.core.stock.indicators.Aroon Improve this Doc
Aroon indicator class. Learn more about the Aroon indicator.
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.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - The indicator Down Series.Try it:
Setter for the indicator Down Series.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| type | string | anychart.enums.StockSeriesType | "line" | Type of the indicator Up Series. |
Returns:
anychart.core.stock.indicators.Aroon - Self instance for method chaining.Try it:
period
Setter for the indicator period.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| value | number | 20 | Period to set. |
Returns:
anychart.core.stock.indicators.Aroon - Self instance for method chaining.Try it:
upSeries
Getter for the indicator Up Series.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Up Series.Try it:
Setter for the indicator Up Series.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| type | string | anychart.enums.StockSeriesType | "line" | Type of the indicator Up Series. |
Returns:
anychart.core.stock.indicators.Aroon - Self instance for method chaining.Try it:
