# Open = High (OHL sell) — NSE scan

> Never traded above its open and closed down — sellers ran the whole session.

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

```sift
where open == high and change < -1
```

The bearish mirror: when the high of the day is the open, the first price of the morning was the best price anyone got. Everything after was distribution. As with its buy-side twin this is the daily-bar reading of a classic intraday setup, and it is most useful as a warning list for names you hold rather than a shorting screen.

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-sell.
