# MACD bearish crossover — NSE scan

> MACD crossing below its signal line from above zero — momentum rolling over.

Canonical: https://patternsradar.com/screener/macd-bearish-cross

```sift
where macd().line crosses below macd().signal
  and macd().line > 0
```

The mirror of the bullish cross, and the more useful of the two for anyone already holding stock. Requiring the cross above zero catches names losing momentum while still in an uptrend, which is where the signal has something to say — below zero it is confirming a decline already well underway.

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/macd-bearish-cross.
