Commodity Channel Index (CCI) is designed to spot new trends and weaknesses in them, as well as to watch overbought and oversold levels.
Disposes the indicator.
Gets the indicator name.
The indicator name.
Sets the color of the area between overbought and oversold levels.
New fill color as string, should be in HEX format e.g. #FFFFFF.
Sets the line color of the indicator.
New line color as string, should be in HEX format e.g. #FFFFFF.
Sets the line width of the indicator.
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 overbought and oversold levels.
Overbought level.
Oversold level.
Sets the number of time periods (n) used to calculate the indicator.
New period count.
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.
Programmatically opens the indicator settings menu.
Commodity Channel Index (CCI) is designed to spot new trends and weaknesses in them, as well as to watch overbought and oversold levels.