# NSE stock screener

> Build a scan by clicking blocks together or writing it out, then run it across 3,500+ NSE instruments on price, volume, delivery and technicals.

Canonical: https://patternsradar.com/screener

The blank scratchpad: an empty editor over the whole NSE cash market. Blocks and text are two renderings of one parsed query, so a scan can be clicked together, finished by typing, and switched back without retyping anything.

## Addressing it

- `https://patternsradar.com/screener` — the empty editor.
- `https://patternsradar.com/screener?q=<sift source>` — opens the editor with a query already in it. Carries raw Sift out of the docs; not indexed, because one query has many spellings.
- `https://patternsradar.com/screener/<slug>` — a named scan from the library, with its explanation and a hit-rate replay. 115 of them, listed at https://patternsradar.com/scans.md.

## Writing the query

```sift
where close > ema(21) and delivery_pct > 60
```

The full language is at https://patternsradar.com/docs/sift.md. To run scans without a browser at all, use the REST API (https://patternsradar.com/docs/api.md) or the MCP server (https://patternsradar.com/docs/mcp.md) — a key is free on every plan.
