AnyChart
API Reference
Still have questions?
Contact support
Top

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

Getter for the base date.

Returns:

* - Indicator base date.
Setter for the base date.

Params:

NameTypeDefaultDescription
baseDate*
0
Base date.

Returns:

anychart.core.stock.indicators.RAT - Self instance for method chaining.

series

Getter for the indicator series instance.
Setter for the indicator series type.

Params:

NameTypeDefaultDescription
typeanychart.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.