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
Setter for the deviation.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | 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 |
---|---|---|---|
value | number | 20 | Period to set. |
Returns:
anychart.core.stock.indicators.BBandsB - Self instance for method chaining.Try it:
series
Getter for the indicator series.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator series.Try it:
Setter for the indicator series.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.BBandsB - Self instance for method chaining.Try it: