# Williams %R overbought — NSE scan

> Closing in the top fifth of its two-week range with RSI above 70 — extended on both clocks.

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

```sift
where williams_r > -20 and rsi(14) > 70
```

Williams %R reads where today's close sits inside the recent high-low range: above −20 means the stock is closing at the very top of everything it has traded in two weeks. Paired with an RSI over 70 it flags names priced for perfection in the short term — a fade candidate for traders, and for holders a reason to move a stop up rather than a reason to sell.

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-overbought.
