AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

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

Bollinger Bands %B (BBands %B) indicator class.

Methods Overview

Series
series()Indicator series settings.
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
valuenumber
2
Deviation to set.

Returns:

number | anychart.core.stock.indicators.BBandsB - deviation or self for chaining.

period

Getter for the period.

Returns:

number - The indicator period.
Getter and setter for the period.

Params:

NameTypeDefaultDescription
valuenumber
20
Period to set.

Returns:

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

series

Setter for the indicator series.

Params:

NameTypeDefaultDescription
typeanychart.enums.StockSeriesType | string
"line"
Type of the indicator series.

Returns:

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