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