WR

Williams %R
Description
The Williams %R indicator was introduced by Larry Williams and is a momentum indicator that works is a similar manner to the Stochatic indicator. The scale ranges from 0 to -100 with values of 0 to -20 considered overbought and values of -80 to -100 considered oversold.
Category
Momentum Indicators
Parameters
N ( Default: 14 Min: 1 Max: 1000 )
Chart Script

-100*(HHV(HIGH,N)-CLOSE)/(HHV(HIGH,N)-LLV(LOW,N))