Indicator Description
WILLR (Williams %R) is a momentum indicator used to measure overbought and oversold conditions within a specific period. It is calculated by comparing the current closing price to the highest and lowest prices in the period, with values ranging from 0 to -100.
Function Information
- Function Name:
WILLR - Input Parameters:
High: Highest priceLow: Lowest priceClose: Closing price
- Parameter Settings:
timeperiod: Calculation period (default: 14)
- Output: WILLR value (range: -100 to 0)
Calculation Principle
WILLR is calculated using the following formula:
WILLR = ((Highest High - Close) / (Highest High - Lowest Low)) * -100Where:
- Highest High is the highest price in the period
- Lowest Low is the lowest price in the period
- Close is the current closing price
Usage Scenarios
- Overbought/Oversold Analysis
- Trend Reversal Signals
- Divergence Analysis
- Trading Timing Selection
Usage Recommendations
- WILLR > -20 indicates overbought conditions
- WILLR < -80 indicates oversold conditions
- Watch for divergence between the indicator and price
- Use in conjunction with other technical indicators