# Pullback in an uptrend — NSE scan

> RSI under 40 in a stock still above its 200-day — weakness for sale inside strength.

Canonical: https://patternsradar.com/screener/pullback-in-uptrend

```sift
where close > sma(200) and rsi(14) < 40
```

Buying dips only works when there is something to dip from, and the two conditions here are exactly that division of labour: the 200-day says the long trend is up, the RSI says the short term is washed out. Stocks above their 200-day rarely push RSI this low, so the list is short on most days — which is the point. A short list of quality names on sale beats a long list of falling ones.

Category: [Momentum](https://patternsradar.com/scans/momentum.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), [A swing trading screener for India](https://patternsradar.com/blog/swing-trading-screener-india.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/pullback-in-uptrend.
