AnyChart
API Reference
Still have questions?
Contact support
Top

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

Price Channels indicator class.

Methods Overview

Series
middleSeries()Middle series instance.
rangeSeries()Range series instance.
Specific Indicators Settings
period()Indicator period settings.

Methods Description

middleSeries

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

Params:

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

Returns:

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

period

Getter for the period.

Returns:

number - Indicator period.
Setter for the period.

Params:

NameTypeDefaultDescription
periodnumber
20
Period to set.

Returns:

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

rangeSeries

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

Params:

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

Returns:

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