# Wide-range movers — NSE scan

> Today's range wider than 1.5 ATR, on real turnover.

Canonical: https://patternsradar.com/screener/high-atr-movers

```sift
where high - low > 1.5x atr(14) and turnover > 10cr
```

Measuring today's range against the stock's own average true range normalises across price levels, so a ₹50 stock and a ₹5,000 one can be compared honestly. The turnover floor keeps out the illiquid names where a wide range means nine trades.

Category: [Volatility](https://patternsradar.com/scans/volatility.md). Default universe: top 250 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/high-atr-movers.
