# RSI oversold turning up — NSE scan

> RSI crossing back above 30 in the last three sessions while the stock still holds its 200-day average — a pullback, not a collapse.

Canonical: https://patternsradar.com/screener/rsi-oversold-turn

```sift
where rsi(14) crossed above 30 within 3 bars
  and close > sma(200)
```

Buying an oversold reading on its own is how you catch a falling knife: RSI can sit under 30 for weeks in a genuine downtrend. Waiting for the cross back up asks for evidence the selling has stopped, and the 200-day filter restricts it to stocks that are pulling back inside an uptrend rather than unwinding.

Category: [Reversals](https://patternsradar.com/scans/reversals.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 backtest a stock scan, no code needed](https://patternsradar.com/blog/how-to-backtest-a-stock-scan.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-oversold-turn.
