AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.stock.indicators.RoC Improve this Doc

Rate of Change (RoC) indicator class. Learn more about the RoC indicator.

Methods Overview

Series
series()Indicator series instance.
Specific Indicators Settings
period()Indicator period setting.

Methods Description

period

Getter for the period.

Returns:

number - Indicator period.
Setter for the period.

Params:

NameTypeDefaultDescription
periodnumber
20
Period.

Returns:

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

series

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

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator series (type as "line", "column", "ohlc").

Returns:

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