Williams %R
Williams %R
Description
Developed by Larry Williams, Williams %R is a momentum indicator that works much like the Stochastic Oscillator. It is especially popular for measuring overbought and oversold levels. The scale ranges from 0 to -100 with readings from 0 to -20 considered overbought, and readings from -80 to -100 considered oversold.
… Courtesy of StockCharts
Syntax
WilliamsR(int period)
WilliamsR(ISeries\<double\> input, int period)
Returns default value
WilliamsR(int period)[int barsAgo]
WilliamsR(ISeries\<double\> input, int period)[int barsAgo]
Return Value
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
Parameters
Examples
Source Code
You can view this indicator method source code by selecting the menu New > NinjaScript Editor > Indicators within the NinjaTrader Control Center window.

