# Money flow accumulation — NSE scan

> Chaikin Money Flow positive, price above the 50-day, and delivery confirming it.

Canonical: https://patternsradar.com/screener/cmf-accumulation

```sift
where cmf > 0.15
  and close > sma(50)
  and delivery_pct > 55
```

CMF infers accumulation from where each session closes inside its range, weighted by volume. Here it is checked against the delivery figure, which measures the same idea directly rather than inferring it — when a derived indicator and a reported fact agree, the signal is worth more than either alone.

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/cmf-accumulation.
