# Six-month high — NSE scan

> The highest close in twenty-six weeks, with volume above the daily norm.

Canonical: https://patternsradar.com/screener/six-month-high

```sift
where close is highest in 26w and rel_volume > 1.2
```

The stricter cousin of this scan — the 52-week high — misses stocks that spent the first half of the year recovering. A six-month high catches a repaired chart earlier: the downtrend is finished, the recent base is cleared, and there is still a supply of trapped holders above to squeeze through, which is what makes the volume check worth having.

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

Guides: [The 52-week high strategy on the NSE](https://patternsradar.com/blog/52-week-high-strategy-nse.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/six-month-high.
