This is a custom version of Elder Thermometer. It compares current High and Low values to High and Low values specific time periods ago, and creates a histogram based on the result.
Disposes the indicator.
Gets the indicator name.
The indicator name.
Sets the colors of the bars.
The color of the bullish bars, should be in HEX format e.g. #FFFFFF.
The color of the bearish bars, should be in HEX format e.g. #FFFFFF.
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 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.
This is a custom version of Elder Thermometer. It compares current High and Low values to High and Low values specific time periods ago, and creates a histogram based on the result.