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
Setter for the deviation.
Params:
Name | Type | Default | Description |
---|---|---|---|
deviation | number | 2 | Deviation to set. |
Returns:
anychart.core.stock.indicators.BBandsWidth - Self instance for method chaining.Try it:
period
Setter for the period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 20 | Period to set. |
Returns:
anychart.core.stock.indicators.BBandsWidth - 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.BBandsWidth - Self instance for method chaining.Try it: