# CCI oversold turn — NSE scan

> CCI back above −100 within the last two sessions, in a stock still above its 200-day.

Canonical: https://patternsradar.com/screener/cci-oversold-turn

```sift
where cci crossed above -100 within 2 bars and close > sma(200)
```

CCI measures how far price has stretched from its own recent average, in units of its own typical deviation. Below −100 is the oversold zone; the signal here is not being there but leaving it — the cross back above −100 is the first measurable evidence that the selling has stopped, caught within two bars so the list still contains fresh turns.

Category: [Reversals](https://patternsradar.com/scans/reversals.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/cci-oversold-turn.
