# Sustained delivery — NSE scan

> Delivery above 55% for five sessions running — a steady hand rather than one unusual day.

Canonical: https://patternsradar.com/screener/sustained-delivery

```sift
where delivery_pct has been above 55 for 5 bars and close > sma(20)
```

One high-delivery day can be a single block trade. Five consecutive days above 55% cannot, and needing the condition to hold across a window rather than on one bar is the kind of question this language exists to ask.

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

Guides: [Screen NSE stocks with Claude over MCP](https://patternsradar.com/blog/screen-nse-stocks-with-claude-mcp.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/sustained-delivery.
