AnyChart
API Reference
Still have questions?
Contact support
Top

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

Average True Range (ATR) indicator class. Learn more about the Average True Range indicator.

Methods Overview

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

Methods Description

period

Getter for the period.

Returns:

number - The period.
Setter for the period.

Params:

NameTypeDefaultDescription
periodnumber
14
Period.

Returns:

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

series

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

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator series.

Returns:

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