Williams %R

Williams %R is a momentum indicator that measures overbought/oversold levels. It was developed by Larry Williams.

The interpretation of Williams %R is very similar to that of the Stochastic Oscillator except that %R is plotted upside-down and the Stochastic Oscillator has internal smoothing.

To display the Williams %R indicator on an upside-down scale, it is usually plotted using negative values (e.g., -20%). For the purpose of analysis and discussion, simply ignore the negative symbols.

Readings in the range of 80 to 100% indicate that the security is oversold while readings in the 0 to 20% range suggest that it is overbought.

As with all overbought/oversold indicators, it is best to wait for the security's price to change direction before placing your trades. For example, if an overbought/oversold indicator (such as the Stochastic Oscillator or Williams %R) is showing an overbought condition, it is wise to wait for the security's price to turn down before selling the security. (The MACD is a good indicator to monitor change in a security's price.) It is not unusual for overbought/oversold indicators to remain in an overbought/oversold condition for a long time period as the security's price continues to climb/fall. Selling simply because the security appears overbought may take you out of the security long before its price shows signs of deterioration.

An interesting phenomena of the %R indicator is its uncanny ability to anticipate a reversal in the underlying security's price. The indicator almost always forms a peak and turns down a few days before the security's price peaks and turns down. Likewise, %R usually creates a trough and turns up a few days before the security's price turns up.

Syntax:

WilliamsR
WilliamsR()
WilliamsR(“Period”)
WilliamsR(“OutPutStartCell”, ”Period”)

Inputs:

'High', 'Low', and 'Close' columns values

Parameters:

Examples:

WilliamsR
WilliamsR()
WilliamsR(“14”)
WilliamsR(14)
WilliamsR(10)
WilliamsR(“G2”,”14”)
WilliamsR(“G2”,14)
WilliamsR(G2,”14”)
WilliamsR(G2,14)


Copyright © 1998-2012 Franz AG
Visit website: http://www.analyzerxl.com
Send feedback: [email protected]