Bollinger Band calculates a moving average line and then adds two more lines, one above and one below, based on a set number of standard deviation levels.
Disposes the indicator.
Gets the indicator name.
The indicator name.
Sets the fill color of the Bollinger Band area.
New line color as string, should be in HEX format e.g. #FFFFFF.
Sets whether the area between the upper and lower bands should be colored. Use setFillColor() -method to modify the fill color.
Set true to enable coloring.
Sets the color of all the indicator lines.
Sets the width of all the indicator lines.
New line width.
Sets the name of the indicator.
New indicator name.
Moves the indicator from its calculated position forward or backward.
New offset value.
Sets the number of time periods (n) used to calculate the indicator.
New period count.
Sets which values the indicator calculations are based on.
Values to base the calculations on.
Sets the number of standard deviations between the moving average line and the upper and the lower bands. Default value 2.
New number of standard deviations.
Sets the type of the indicator's value label(s).
Value label type.
Sets the visibility of the indicator. Hiding the indicator via setVisible(false) does not remove it. Use dispose() to delete any indicator.
Visibility of the indicator.
Bollinger Band calculates a moving average line and then adds two more lines, one above and one below, based on a set number of standard deviation levels.