TradingView indicator based on ICT (Inner Circle Trader) Smart Money Concepts with comprehensive alert system. Built on LuxAlgo's ICT Concepts framework.
- MSS (Market Structure Shift) — Major trend reversals
- BOS (Break of Structure) — Continuation patterns
- Customizable swing length (3-10 bars)
- Bullish/bearish color coding
- Bullish Order Blocks — Institutional buying zones
- Bearish Order Blocks — Institutional selling zones
- Swing lookback customization
- Last N order blocks display
- Candle body/wick options
- Fair Value Gaps detection
- Customizable visibility (last N gaps)
- Visual color coding
- High-momentum move detection
- Filters out noise in ranging markets
- Equilibrium — 50% retracement level
- Premium — Above 50% (resistance zone)
- Discount — Below 50% (support zone)
- New York Open/Close
- London Open/Close
- Asian Session
- Customizable time zones
Comprehensive alerts for:
- MSS Bullish/Bearish
- BOS Bullish/Bearish
- Order Block creation
- FVG detection
- Displacement events
- Premium/Discount zone entries
- Copy code from
src/ict_concepts_alerts.pine - Open TradingView Pine Editor
- Paste and click "Add to chart"
- Configure settings and alerts
- Focus on Order Blocks + FVG
- Use session lines for timing
- MSS for reversal confirmation
- Premium/Discount zones for entries
- MSS for trend direction
- Order Blocks for support/resistance
- Monthly/weekly MSS for major trend
- Order Blocks for entry zones
- Displacement for momentum confirmation
| Parameter | Default | Description |
|---|---|---|
| Mode | Present | Present or Historical |
| Length | 5 | Swing lookback (3-10) |
| Show MSS | ✓ | Market Structure Shift |
| Show BOS | ✓ | Break of Structure |
| Parameter | Default | Description |
|---|---|---|
| Swing Lookback | 10 | Detection sensitivity |
| Last Bullish OB | 1 | How many to display |
| Last Bearish OB | 1 | How many to display |
| Use Candle Body | ✓ | Body vs full range |
| Parameter | Default | Description |
|---|---|---|
| # Visible VI's | 2 | Last N gaps shown |
Based on LuxAlgo's ICT Concepts indicator with added alert functionality.
- Pine Script: v5
- Type: Indicator (overlay=true)
- Max objects: 500 lines/boxes/labels each
Original LuxAlgo code © LuxAlgo
Alert modifications © 2025
Bug reports and improvements welcome via issues/PRs.
Status: Stable
Last Updated: 2026-02-19