# 9/21 EMA crossover — NSE scan

> The 9-day EMA crossing above the 21 in a stock still above its 200-day — the swing trader's golden cross.

Canonical: https://patternsradar.com/screener/ema-9-21-cross

```sift
where ema(9) crossed above ema(21) within 2 bars
  and close > sma(200)
```

The 50/200 golden cross confirms a trend months after it started; this is the same event on a swing trader's clock. Nine days overtaking twenty-one marks the short-term tide turning, and it turns often — which is why the 200-day filter is not optional. Above the long-term average the cross is a pullback ending; below it, it is usually noise inside a decline.

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/ema-9-21-cross.
