-
public class BBandsWidth extends JsObject
Bollinger Bands Width (BBands Width) indicator class.
-
-
Constructor Summary
Constructors Constructor Description BBandsWidth(String jsChart)
-
Method Summary
Modifier and Type Method Description static BBandsWidthinstantiate()StringgetJsBase()voiddeviation()Getter for the deviation. BBandsWidthdeviation(Number deviation)Setter for the deviation. voidperiod()Getter for the period. BBandsWidthperiod(Number period)Setter for the period. Baseseries()Getter for the indicator series instance. BBandsWidthseries(StockSeriesType type)Setter for the indicator series type. BBandsWidthseries(String type)Setter for the indicator series type. -
-
Constructor Detail
-
BBandsWidth
BBandsWidth(String jsChart)
-
-
Method Detail
-
instantiate
static BBandsWidth instantiate()
-
deviation
void deviation()
Getter for the deviation.
-
deviation
BBandsWidth deviation(Number deviation)
Setter for the deviation.
-
period
void period()
Getter for the period.
-
period
BBandsWidth period(Number period)
Setter for the period.
-
series
BBandsWidth series(StockSeriesType type)
Setter for the indicator series type.
-
series
BBandsWidth series(String type)
Setter for the indicator series type.
-
-
-
-