# RSI reclaiming 50 — NSE scan

> RSI crossing back above its midline in a stock that never lost its long-term trend.

Canonical: https://patternsradar.com/screener/rsi-50-reclaim

```sift
where rsi(14) crosses above 50 and close > sma(200)
```

The 30/70 extremes get the attention, but in a trending stock RSI rarely reaches 30 at all — it bottoms near 40 and reclaims 50 as the pullback ends. The midline cross is therefore the earlier and more common buy signal in an uptrend, and the 200-day filter is what confines this to stocks where "the pullback ending" is the right way to read it.

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

Guides: [RSI screener guide for NSE stocks](https://patternsradar.com/blog/rsi-screener-guide.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/rsi-50-reclaim.
