# OBV rising streak — NSE scan

> Five straight sessions of net volume inflow — the tape voting yes all week.

Canonical: https://patternsradar.com/screener/obv-uptrend

```sift
where obv() rising for 5 bars and close > sma(20)
```

On-balance volume rising for five consecutive bars means every recent session resolved in the buyers' favour by volume, whatever the closing prints looked like. It is the inferred version of what the delivery figure states directly, and the two scans disagree in a useful way: OBV sees intraday conviction, delivery sees overnight conviction. Names on both lists are the strongest read of all.

Category: [Delivery](https://patternsradar.com/scans/delivery.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/obv-uptrend.
