Liquidity Sweep Continuation MT5
- Indicators
- Version: 1.0
- Activations: 10
Liquidity Sweep Continuation marks the moment a sweep fails to reclaim. It takes the high and the low of the previous completed higher-timeframe candle as the reference range, and signals when price does not just wick through that level but closes beyond it — the breakout that keeps going instead of snapping back.
Most sweep tools are built around the reclaim. This one is built around the reclaim that never comes.
What it does
The previous completed higher-timeframe candle is drawn on your chart as two dotted reference levels. From then on every closed candle is checked against them. When a candle closes above the reference high, a bullish arrow is placed under it; when one closes below the reference low, a bearish arrow is placed above it — once per direction, per reference period, so a level that keeps being pushed through does not litter your chart with repeats.
Separately, when both sides of the same reference range get wicked within one period, the chart is tagged DOUBLE SWEEP in gold. That tag has no direction. It tells you both pools have been taken and the range is being worked from both ends — a condition to size down in, not a trade signal.
Each event raises one alert through any combination of popup, sound, push notification and e-mail. The three event types — bullish continuation, bearish continuation and double sweep — are de-duplicated independently, so when a continuation and a double sweep land on the same candle you are notified about both, not just whichever fired first.
Why this one
- No repaint — every decision is made on closed candles only, and the reference range is the previous completed higher-timeframe candle, so the levels never shift under a signal that has already printed
- The complement to reclaim-based tools: it isolates the failed reclaim, which is the case those tools deliberately filter out
- Per-event alert de-duplication — a continuation and a double sweep on the same candle both notify
- Runs in the Strategy Tester, visual and non-visual. Chart drawing is suppressed automatically in non-visual runs so optimisation is not slowed down
Launch pricing
Launch price: $30 for the first 10 copies.
The price will increase to $40 after that, and to $49 for the final step.
Inputs
Basic — Reference range timeframe (default H1, must be higher than the chart timeframe) / History scan bars / Show reference high/low lines
Continuation — Show continuation signals / Bullish continuation color / Bearish continuation color / Arrow size
Double Sweep — Show double sweep tags / Double sweep color
Alerts — Enable alerts (master) / Popup / Sound / Push notification / Mail
Notes / honest limitations
- The reference timeframe must be higher than the chart timeframe. With the default H1 reference the indicator is made for M30 and below; attaching it to an H1, H4 or D1 chart is refused with a message telling you exactly why.
- One continuation signal per direction, per reference period. This is deliberate noise control — it marks the first close beyond the level, not every one.
- DOUBLE SWEEP is a volatility warning tag, not an entry. It carries no direction.
- Signals are evaluated on closed candles only — no repaint. Nothing is drawn from the forming candle.
- No DLLs, no WebRequest, no terminal global variables.
- This is one pattern, cleanly implemented — not a full analysis suite. It does not predict the market; it marks a specific structural event so your execution has a rule.
- The free demo runs in the Strategy Tester. Load it in visual mode on XAUUSD M15 and step through a few days before buying.
Recommended companion
We run this on XAUUSD M5–M15 with an H1 or H4 reference, alongside:
- The reclaim side of the same idea — full 3-layer CRT model: https://www.mql5.com/en/market/product/184397
- Multi-symbol scanner for the same setup: https://www.mql5.com/en/market/product/189266
- Killzones, liquidity levels and sweep signals: https://www.mql5.com/en/market/product/187439
- Daily drawdown journal and account guard: https://www.mql5.com/en/market/product/187588
- Which session levels usually get taken, and how:https://www.mql5.com/en/market/product/189671
This tool is for informational purposes only and does not constitute investment advice. Past performance does not guarantee future results.
