class anychart.core.stock.indicators.RAT Improve this Doc
Ratiocator (RAT) indicator class. Learn more about the RAT indicator.
Methods Overview
Series | |
series() | Indicator series instance. |
Specific Indicators Settings | |
baseDate() | Indicator base date setting. |
Methods Description
baseDate
Setter for the base date.
Params:
Name | Type | Default | Description |
---|---|---|---|
baseDate | * | 0 | Base date. |
Returns:
anychart.core.stock.indicators.RAT - 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.RAT - Self instance for method chaining.Try it: