# Strong but not overbought — NSE scan

> Three-month gains with RSI still under 65 — room to run without chasing.

Canonical: https://patternsradar.com/screener/strong-and-quiet

```sift
where return_3m > 20
  and rsi(14) between 45 and 65
  and close > sma(50)
```

The problem with momentum scans is that they hand you stocks at exactly the moment they are most extended. Capping RSI at 65 finds the same kind of names in a pause rather than a sprint, which is a materially better place to start a position.

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

Guides: [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/strong-and-quiet.
