Intraday Momentum Index (IMI) is a version of Relative Strength Index (RSI), which uses the change from Open to Close instead of the change from the previous Close to the current Close.
Disposes the indicator.
Gets the indicator name.
The indicator name.
Sets the color of the indicator when above the high threshold level.
New line color as string, should be in HEX format e.g. #FFFFFF.
Sets the color of the indicator when between the threshold levels.
Sets the line width of the indicator.
New line width.
Sets the color of the indicator when below the low threshold level.
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 the values for Low and High threshold levels.
Low threshold level.
High threshold level.
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.
Intraday Momentum Index (IMI) is a version of Relative Strength Index (RSI), which uses the change from Open to Close instead of the change from the previous Close to the current Close.