# RSI overbought — NSE scan

> RSI above 70 while the stock is still trending — stretched, and worth knowing about either way.

Canonical: https://patternsradar.com/screener/rsi-overbought

```sift
where rsi(14) > 70 and close > sma(50)
```

Read this two ways depending on what you are doing. For a trader holding the name it is a warning that the move is extended and a pause is likely; for a momentum trader it is a feature, because strong stocks spend a lot of time overbought and selling every 70 print is how you exit the best trends early.

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-overbought.
