# Five days of higher closes — NSE scan

> A close higher than the one before it, five sessions running, on normal-or-better volume.

Canonical: https://patternsradar.com/screener/five-day-uptrend

```sift
where close rising for 5 bars and volume > 1x avg(volume, 20)
```

Chartink's "stocks in an uptrend" scan, stated precisely. Five consecutive higher closes is rarer than it sounds and tends to mark either a steady institutional bid or a stock about to mean-revert hard, so it is best read alongside how far the run has already carried.

Category: [Momentum](https://patternsradar.com/scans/momentum.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/five-day-uptrend.
