# Force index turning positive — NSE scan

> Elder's force index crossing above zero — price change and volume agreeing the dip is done.

Canonical: https://patternsradar.com/screener/force-index-turn

```sift
where force_index crosses above 0 and close > sma(50)
```

Force index is simply the day's price change multiplied by its volume, smoothed: it is negative while sellers have both direction and size, and it crosses zero when that stops being true. Alexander Elder designed the zero cross as a pullback entry inside an uptrend, which is what the 50-day condition restores this scan to.

Category: [Reversals](https://patternsradar.com/scans/reversals.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/force-index-turn.
