# IT stocks in an uptrend — NSE scan

> The Information Technology sector filtered to names above the 200-day with momentum intact.

Canonical: https://patternsradar.com/screener/it-stocks-uptrend

```sift
where sector is "Information Technology"
  and close > sma(200) and rsi(14) > 55
```

Sector rotation is half of Indian market behaviour, and this is how a rotation scan is written: membership first, then the technical condition. IT stocks trade as a block — the same currency, the same client geographies, the same rate cycle — so when the sector turns, the strong names turn first. One caveat: sector membership is today's classification applied retroactively, so historical replays lean on the current list.

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

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/it-stocks-uptrend.
