Apply a Williams Oscillator Indicator

The Williams Percent Range (%R) indicator identifies the overbought/oversold levels. The scale extends from 0 to -100.

%R = (HIGH(i-n)-CLOSE)/(HIGH(i-n)-LOW(i-n))-100

Where:

To apply a Williams Oscillator indicator

  1. Create a realtime interactive chart.

  2. On the Charts menu select Add Study.

  3. From the list of study indicators, select Williams Osc.