# Crossing above the Ichimoku base — NSE scan

> Price reclaiming the Kijun-sen while the medium-term trend still points up.

Canonical: https://patternsradar.com/screener/ichimoku-breakout

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

The base line sits at the midpoint of the last 26 sessions' range, which makes it a fair definition of where the stock has been trading. Crossing back above it is the first Ichimoku signal to fire in a turn, and the 50-day filter keeps this to stocks that have not already broken down.

Category: [Breakouts](https://patternsradar.com/scans/breakouts.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/ichimoku-breakout.
