# Volume shockers — NSE scan

> Twice the ten-day average volume with a move of more than 5% — the day something happened.

Canonical: https://patternsradar.com/screener/volume-shockers

```sift
where volume > 2x avg(volume, 10) and change > 5
```

The most-cloned scan on Chartink, and worth having for the same reason: it is the shortest path to the day's genuinely unusual names. A shorter ten-day volume baseline than the standard twenty makes it react faster, which is the point — this is a scan for finding out what happened today, not for timing an entry.

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

Guides: [Translating Chartink formulas to Sift](https://patternsradar.com/blog/chartink-formulas-to-sift.md), [How to read a scan's hit rate](https://patternsradar.com/blog/how-to-read-scan-hit-rate.md).

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/volume-shockers.
