Indicators

williamsr

Williams %R is a momentum oscillator that measures overbought and oversold levels. It ranges from 0 to -100, with readings above -20 indicating overbought conditions and below -80 indicating oversold conditions.

williamsr (tick)

Williams %R is a momentum oscillator that measures overbought and oversold levels. It ranges from 0 to -100, with readings above -20 indicating overbought conditions and below -80 indicating oversold conditions.

Input parameters

PropTypeDefaultDescription
minutes*number14The number of minutes to calculate the Williams %R

SQL example

TICK williamsr WITH minutes=14 < -80 THEN order SET size=100, price=51.00, transmit=true

On this page