# Stochastic RSI oversold — NSE scan

> The fastest oversold oscillator there is, pinned below 20 in a long-term uptrend.

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

```sift
where stoch_rsi < 20 and close > sma(200)
```

Stochastic RSI runs the stochastic formula on RSI itself, which makes it the most sensitive of the standard oscillators — it reaches its extremes on dips that ordinary RSI barely registers. That sensitivity means it fires often, so it is a shortlist builder rather than a signal: the 200-day filter keeps it pointed at healthy stocks having a bad week, which is the only context where buying an oversold reading has an edge.

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/stoch-rsi-oversold.
