Williams Percent Range, also known as Williams %R, measures overbought and oversold levels by comparing the current closing price to the high-low range over a specific time period.
Disposes the indicator.
Gets the indicator name.
The indicator name.
Sets the color of the indicator line.
New line color as string, should be in HEX format e.g. #FFFFFF.
Sets the width of the indicator line.
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 color of the overbought range line.
Sets the values for oversold and overbought ranges.
Oversold range.
Overbought range.
Sets the color of the oversold range line.
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.
Programmatically opens the indicator settings menu.
Williams Percent Range, also known as Williams %R, measures overbought and oversold levels by comparing the current closing price to the high-low range over a specific time period.