AnyChart
API Reference
Still have questions?
Contact support
Top

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

Bollinger Bands Width (BBands Width) indicator class.

Methods Overview

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

Methods Description

deviation

Getter for the deviation.

Returns:

number - The indicator deviation.
Setter for the deviation.

Params:

NameTypeDefaultDescription
deviationnumber
2
Deviation to set.

Returns:

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

period

Getter for the period.

Returns:

number - The indicator period.
Setter for the period.

Params:

NameTypeDefaultDescription
periodnumber
20
Period to set.

Returns:

anychart.core.stock.indicators.BBandsWidth - 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.BBandsWidth - Self instance for method chaining.