# Bounce off the 200-day — NSE scan

> Yesterday closed below the 200-day average, today closed back above it.

Canonical: https://patternsradar.com/screener/bounce-off-200

```sift
where close crosses above sma(200)
```

The 200-day average is the line most institutional mandates treat as the boundary between a holding and a problem, which makes reclaiming it meaningful regardless of whether the average predicts anything. This is the single-bar version: closed below, closed back above.

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

Guides: [Golden cross and death cross on NSE stocks](https://patternsradar.com/blog/golden-cross-death-cross-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/bounce-off-200.
