-
-
Method Summary
Modifier and Type Method Description static BBandsinstantiate()StringgetJsBase()voiddeviation()Getter for the deviation. BBandsdeviation(Number deviation)Setter for the deviation. BaselowerSeries()Getter for the indicator Lower Series instance. BBandslowerSeries(StockSeriesType type)Setter for the indicator Lower Series type. BBandslowerSeries(String type)Setter for the indicator Lower Series type. BasemiddleSeries()Getter for the indicator Middle Series instance. BBandsmiddleSeries(StockSeriesType type)Setter for the indicator Middle Series type. BBandsmiddleSeries(String type)Setter for the indicator Middle Series type. voidperiod()Getter for the period. BBandsperiod(Number period)Setter for the period. BaserangeSeries()Getter for the indicator Range Series instance. BBandsrangeSeries(StockSeriesType type)Setter for the indicator Range Series type. BBandsrangeSeries(String type)Setter for the indicator Range Series type. BaseupperSeries()Getter for the indicator Upper Series instance. BBandsupperSeries(StockSeriesType type)Setter for the indicator Upper Series type. BBandsupperSeries(String type)Setter for the indicator Upper Series type. -
-
Constructor Detail
-
BBands
BBands(String jsChart)
-
-
Method Detail
-
instantiate
static BBands instantiate()
-
deviation
void deviation()
Getter for the deviation.
-
lowerSeries
Base lowerSeries()
Getter for the indicator Lower Series instance.
-
lowerSeries
BBands lowerSeries(StockSeriesType type)
Setter for the indicator Lower Series type.
-
lowerSeries
BBands lowerSeries(String type)
Setter for the indicator Lower Series type.
-
middleSeries
Base middleSeries()
Getter for the indicator Middle Series instance.
-
middleSeries
BBands middleSeries(StockSeriesType type)
Setter for the indicator Middle Series type.
-
middleSeries
BBands middleSeries(String type)
Setter for the indicator Middle Series type.
-
period
void period()
Getter for the period.
-
rangeSeries
Base rangeSeries()
Getter for the indicator Range Series instance.
-
rangeSeries
BBands rangeSeries(StockSeriesType type)
Setter for the indicator Range Series type.
-
rangeSeries
BBands rangeSeries(String type)
Setter for the indicator Range Series type.
-
upperSeries
Base upperSeries()
Getter for the indicator Upper Series instance.
-
upperSeries
BBands upperSeries(StockSeriesType type)
Setter for the indicator Upper Series type.
-
upperSeries
BBands upperSeries(String type)
Setter for the indicator Upper Series type.
-
-
-
-