INVITE-ONLY SCRIPT
Aggiornato

Aurora Reversal Suite: Liquidity & Inversion Model

505
Concept & Methodology The Aurora Reversal Suite is not a general-purpose indicator; it is a hard-coded algorithmic implementation of a specific institutional reversal model often referred to as the "2022 Mentorship Model" or "Sweep-to-Inversion" setup.

While many scripts display Liquidity Sweeps or Fair Value Gaps individually, this script solves the problem of "confluence fatigue" by algorithmically enforcing a strict order of operations. It does not alert on every sweep; it alerts only when a specific sequence of price action events occurs in a verified order.

The Algorithmic Logic (How it Works) The core value of this script lies in its conditional filtering logic, which automates the following manual verification process:

Event A: Liquidity Sweep

The script first monitors key institutional levels: Previous Day High/Low, Session High/Low (Asia/London/NY), and dynamic Swing Points.

It detects a "Sweep" event when price breaches a level but fails to close beyond it (or closes back inside within a defined lookback period).

Event B: Displacement & Inversion

Unlike standard FVG indicators, this script searches specifically for Inversion FVGs (iFVG) that form immediately following the sweep event.

The script logic requires that the iFVG be created by the displacement leg that reverses the sweep. This binds the "Entry Signal" directly to the "Liquidity Event."

Event C: Algorithmic Filtering (The "Strict" Mode)

To filter out false positives common in choppy markets, the script applies a multi-layer filter before printing a signal:

Volume Qualification: The signal bar's volume must exceed a user-defined multiple of the N-period average volume (default 1.5x) to confirm institutional participation.

SMT Divergence Filter: The script cross-references a correlated asset (e.g., NQ vs. ES or EU vs. DXY). If enabled, a signal is only valid if the correlated asset failed to make a matching high/low at the moment of the sweep (SMT Divergence).

Bias Alignment: The script calculates directional bias using a waterfall logic (Daily > 4H > 1H). Signals counter to this calculated bias are suppressed in "Strict" mode.

Included Features & Components

Automated Market Structure: Real-time labeling of BOS (Break of Structure) and MSS (Market Structure Shift) based on swing point logic.

Session Killzones: Visual boxes for Asia, London, and NY sessions with auto-extending high/low lines to track session liquidity.

Multi-Timeframe Dashboard: A calculated table displaying the trend state of the Daily, 4H, and 1H timeframes to assist with top-down analysis.

Power of 3 (PO3) Overlay: Visualization of higher-timeframe candle geometry on lower-timeframe charts to identify accumulation/distribution phases.

Why This Mashup is Necessary Attempting to trade this specific reversal model using separate indicators results in chart clutter and conflicting signals. By combining the Sweep detection, iFVG creation, and SMT filtering into a single codebase, we can programmatically eliminate "naked" sweeps that have no displacement, providing a cleaner and more objective view of the market structure.

Settings & Customization

Signal Mode: Choose between "Simple" (Price Action only) or "Strict" (Trend + Volume filtered).

SMT Input: Manually define the correlated asset ticker for divergence checks.

Visuals: Fully customizable colors for Bullish/Bearish scenarios to fit light or dark themes.

Disclaimer This script is a tool for market analysis and does not guarantee future results. It is intended to assist traders in identifying high-probability setups based on historical price action concepts.
Note di rilascio
* Fixed Midnight Open and Added MO Tokyo/Londen and NY
* Fixed SMT for Gold, now using Silver for divergence
Note di rilascio
* Fixed some performance bugs
* Added new labels to all Keylevels
* When a Level is swept, there be added a checkmark

istantanea
Note di rilascio
* Added labels to SMT lines
* Added Aurora Theme
* Fixed HTF Touch RTR, was broken
Note di rilascio
* Fixed some bugs
Note di rilascio
* Alert function fixed.
Note di rilascio
* Added ERL - IRL to dashboard
* Added Liquidty Pool levels to dashboard

istantanea
Note di rilascio
- Fixed PW H/L Levels
- Liq Table have now 3 columns
Note di rilascio
- Fixed labels, some labels where not showed correctly
- Changed default settings for a cleaner chart
- Added 15min touch towards a iFVG
- Added Unicorn strategy (set ATR filter to 0, so also small FVG's are showed)
- Added Unicorn alerts.

Example of two Unicorn setups + reversal.
istantanea
Note di rilascio
- Fixed RTC
- Fixed Alerts
- Added Unicorn model and alerts
- Moved FVG label to bottom_right
- Added option to show HTF unconfirmed FVGs (last bar not closed yet)
- Added backtest table (BETA, not working good yet)
Note di rilascio
- Fixed NY PM Lines
- Added MTF Bias table
- Fixed ADR
Note di rilascio
- Changed label Bias to Trend, typo.
Note di rilascio
- Fixed Daily Bias, as it was not changing when target was hit.
Note di rilascio
- Fixed HTF FVGs, some where gone while not mitigated yet.
- Added option for HTF 4h/Daily FVG mitigation (body/wick).
- Added option for HTF 4h/Daily FVG Touch signal (one touch / multi-touch).
- BIAS Fix
- Code clean-up
Note di rilascio
- Added new bias logic options (Daily Candle, Liquidity PDH/PDL PWL/PWH)
Note di rilascio
- BIAS Logic Fix (Liquidity Range) When above EQ Bullish, when Below EQ Bearish.
Note di rilascio
- Fixed bias error
Note di rilascio
New release with a lot of updates.

- New custom colors
- ICT Cycle (ERL/IRL) fixed
- Added option for Narative timeframe
- Added option to dissbale session background
- Added lines for External Liquidity
- Added Internal Liquidty Line
- Added new Strict mode, this mode will only show trades for the current Bias/Flow
- Changed Aurora Dark colols
- Fixed the HTF 4H FVGs, they were not showing anymore.
- Its now possible to enable HTF Touch (4H) signals and hide the FVGs itself
- Added more SMT Pairs for automatic selection
Note di rilascio
- Added Breakout filters
Note di rilascio
- Fixed RTC 15m box, there was no label in it.
- Added option for early alerts (realtime, before close)
- Added option to show TP/SL
Note di rilascio
- 5min Continuation signal added
Note di rilascio
- Fixed Gap Size filter for 15m and 5min continuation
Note di rilascio
- Gap filter for 5min was not working. Fixed now
Note di rilascio
- Major fix, Sessions were swept multiple times.
Note di rilascio
- Added new backtest code
- Fixed 5m RTC code
- Added Time filter (Silverbullet, Custom)
Note di rilascio
- Added/Fixed BSL/SSL Range Liquidity sweeps
Note di rilascio
- Bugfix Range Sweep.
Note di rilascio
- Made some script small to reduce loading time
- Added a distance to gap filter.
- Added Dynamic TP option, automatic get nearest liquidity level
- Added option to set global font size.
Note di rilascio
- Fixed Unicorn model, it was using wrong candle and not waiting for FVG touch
- Added alert for when breaker is formed
- Fixed Session High/Low lines, they where not extending till they break.
- Backtest: Corrected Winrate, Only considers Wins + Losses (Excludes BE and Open trades)
- Corrected Maxbars to sweep, RTC was also using this, now only RTR trades.
- Added optimization group, so all optimizations values are at one place.
- Added option fot automation with PickMyTrade
Note di rilascio
🛡️ Trading with the Aurora Reversal Suite: Tool vs. Signal

Hey Traders,

As you start using the Aurora Reversal Suite, it is vital to remember one rule: This is a sophisticated compass, not a crystal ball.

The markets are dynamic, and while this indicator is built to filter high-probability ICT narratives and liquidity sweeps, it is designed to be a supporting tool in your arsenal. Trading blindly on every arrow or label that appears is the fastest way to turn a high-edge strategy into a casino game.

How to use this indicator correctly:
Confluence is King: A signal is much stronger when it aligns with HTF narrative, occurs during a Killzone, and shows SMT divergence.

Context over Color: Don't just trade because a label says "Buy." Ask yourself: Where are we in the ICT Cycle? Are we at External or Internal liquidity?

Risk Management: No indicator has a 100% win rate. Always respect your Stop Loss and never risk more than your plan allows.

The "Human" Filter: Use the indicator to highlight points of interest, but use your eyes and experience to verify the price action.

Bottom Line: Use the suite to simplify your chart work and confirm your bias, but never let it replace your brain. Trade with discipline, stay objective, and treat this like a business, not a gamble.

Trade safe!
Note di rilascio
- Unicorn bug fixed
- Added FVG Size filter for Unicorn
Note di rilascio
- Fixed Unicorn Model Settings

Declinazione di responsabilità

Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.