# Stochastic oversold crossover — NSE scan

> %K crossing up through %D while both are still in oversold territory.

Canonical: https://patternsradar.com/screener/stoch-oversold-cross

```sift
where stoch().k crosses above stoch().d and stoch().k < 25
```

The stochastic gives a cleaner turn signal than a bare threshold because it has two lines: the fast %K crossing its own average is the event, and requiring it to happen under 25 is what keeps it a reversal scan. Above that level the same cross fires constantly and means very little.

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/stoch-oversold-cross.
