# Williams %R oversold — NSE scan

> Williams %R below -80 while the 200-day still holds — Chartink's oversold staple.

Canonical: https://patternsradar.com/screener/williams-oversold

```sift
where williams_r < -80 and close > sma(200)
```

Williams %R measures where today's close sits inside the recent high-low range, so a reading under -80 means the stock is closing near the bottom of its range. It reacts faster than RSI, which makes it better for spotting the turn and worse for confirming it.

Category: [Reversals](https://patternsradar.com/scans/reversals.md). Default universe: top 500 NSE stocks by 20-day turnover.

The rendered page runs this scan against the latest session and can replay it across the last 250 sessions to measure its hit rate: https://patternsradar.com/screener/williams-oversold.
