# Stochastic overbought cross — NSE scan

> %K crossing down through %D above 75 — the classic overbought sell signal, as written.

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

```sift
where stoch().k crosses below stoch().d and stoch().k > 75
```

The stochastic sell signal has three parts and all of them are here: the oscillator is in its upper zone, the fast line has turned, and it has crossed the slow line. It marks short-term exhaustion rather than a change of trend — in strong stocks it usually precedes a pause, not a collapse — which makes it better for timing exits than for initiating shorts.

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