# DI bullish cross — NSE scan

> +DI overtaking −DI while ADX confirms there is a trend worth joining.

Canonical: https://patternsradar.com/screener/di-bull-cross

```sift
where di_plus crosses above di_minus and adx > 20
```

The two DI lines split price movement into its upward and downward components; whichever is on top says who is in control. The cross alone fires in every sideways chop, which is why the ADX condition matters — above 20 means the market is actually going somewhere, so a change of control is a change of direction rather than noise.

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/di-bull-cross.
