Standard Error Bands work similarly to Bollinger Bands, with the exception of using standard error instead of standard deviation to calculate the upper and lower bands. The middle line is based on selected moving average.
Disposes the indicator.
Gets the indicator name.
The indicator name.
Sets the fill color of the area between the upper and lower bands.
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 the middle line.
Sets the width of all the indicator lines.
New line width.
Sets the moving average type used for the middle line..
Moving average type.
Sets the multiplier for the standard error used when calculating upper and lower bands.
New multiplier.
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 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.
Standard Error Bands work similarly to Bollinger Bands, with the exception of using standard error instead of standard deviation to calculate the upper and lower bands. The middle line is based on selected moving average.