class anychart.core.stock.indicators.RCI Improve this Doc
Rank Correlation Index (RCI) indicator class. Learn more about the RCI indicator.
Methods Overview
Series | |
series() | Indicator series instance. |
Specific Indicators Settings | |
period() | Indicator period setting. |
Methods Description
period
Setter for the period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 12 | Period. |
Returns:
anychart.core.stock.indicators.RCI - 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 | "line" | Type of the indicator series (type as "line", "column", "spline"). |
Returns:
anychart.core.stock.indicators.RCI - Self instance for method chaining.Try it: