# Open = Low (OHL buy) — NSE scan

> Never traded below its open all session and closed up — buyers in control from the first print.

Canonical: https://patternsradar.com/screener/ohl-buy

```sift
where open == low and change > 1
```

When the day's low is the opening price, every trade of the session happened at or above the open: not one seller managed to push it lower, even for a minute. Intraday traders run this as the OHL strategy at 9:20; on daily bars it reads as a conviction stamp on the whole session, and the ones that also closed up more than a percent are where that conviction paid.

Category: [Momentum](https://patternsradar.com/scans/momentum.md). Default universe: top 500 NSE stocks by 20-day turnover.

Guides: [The Open High Low (OHL) scan for NSE stocks](https://patternsradar.com/blog/open-high-low-scan-nse.md).

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/ohl-buy.
