# Bollinger lower band bounce — NSE scan

> Price closing back inside the bands after a two-standard-deviation flush.

Canonical: https://patternsradar.com/screener/bb-lower-bounce

```sift
where close crosses above bb().lower
```

A close below the lower band is a statistically unusual amount of selling; closing back above it is the band-trader's classic entry, because the unusual condition resolved upward. The one thing to respect is that in a genuine downtrend price can ride the lower band for weeks — this scan finds the re-entry, and the re-entry failing is itself information.

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/bb-lower-bounce.
