class anychart.core.stock.indicators.BBandsB Improve this Doc
Bollinger Bands %B (BBands %B) indicator class.
Methods Overview
| Series | |
| series() | Indicator series instance. | 
| Specific Indicators Settings | |
| deviation() | Indicator deviation settings. | 
| period() | Indicator period settings. | 
Methods Description
deviation
Setter for the deviation.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| deviation | number | 2 | Deviation to set. | 
Returns:
number | anychart.core.stock.indicators.BBandsB - deviation or self for chaining.Try it:
period
Getter and setter for the period.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| period | number | 20 | Period to set. | 
Returns:
anychart.core.stock.indicators.BBandsB - Self instance for method chaining.Try it:
series
Getter for the indicator series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator series.Try it:
Setter for the indicator series type.
Params:
| Name | Type | Description | 
|---|---|---|
| type | anychart.enums.StockSeriesType | string | Type of the indicator series. | 
Returns:
anychart.core.stock.indicators.BBandsB - Self instance for method chaining.Try it:
