Blog / Strategy
Strategy

Wick Sweep Reversal Hedge

Disclaimer: This article is for educational and informational purposes only. It does not constitute financial or investment advice. Trading forex and CFDs carries significant risk of loss. Past performance of any strategy — including backtests — does not guarantee future results. Never trade with money you cannot afford to lose.

What Is This Strategy?

The Wick Sweep Reversal Hedge is a pure price-action liquidity-sweep reversal strategy that uses candlestick structure and rejection wicks — not a traditional indicator — to time entries, paired with a built-in breakout hedge order. Instead of relying on moving averages, oscillators, or any calculated indicator, it reads raw candle anatomy: swing highs, swing lows, wick length, and body size. This makes it a useful teaching example for traders who want to understand how the market's "smart money" concept of a liquidity sweep can be expressed in objective, rule-based code.

A liquidity sweep (sometimes called a stop hunt) happens when price briefly pokes beyond an obvious support or resistance level — triggering the stop-loss orders resting there — and then snaps back inside the range. The Wick Sweep Reversal Hedge is designed for markets that respect horizontal structure and frequently produce these false breakouts: ranging or rotational conditions where price repeatedly tests the edges of a band before reversing. It looks for a single candle that sweeps a recent swing extreme, rejects it with a dominant wick, and closes back inside with conviction.

As a learning tool, this strategy suits intermediate traders who already grasp basic candlestick reading and want to study how reversal logic, structure-based stops, and a hedging mechanism fit together in one automated system. It is not a "set and forget" money machine — it is a transparent, indicator-free framework for studying how false-breakout reversals can be defined and risk-managed mechanically.

How It Works

The strategy evaluates only closed candles on its chart timeframe, acting once per finished bar. When it is flat (no open position and no live order of its own), it scans for a fresh setup using the following logic.

Mapping the structure

Entry conditions — the strategy signals a long when:

The strategy signals a short under the mirror conditions:

Stop-loss logic

Take-profit logic

The hedge mechanism

Because each order's price is validated against the broker's minimum stop distance, setups that would place a stop too tight for a given symbol are skipped rather than forced through.

wick sweep reversal MT5 EA
Illustrative example of the strategy’s entry and exit logic — not real trading results.

Strategy Parameters

Parameter Default Min Max Description
Lookback 12 5 40 Number of candles used to map the swing high/low structure and average body size.
WickRatio 1.0 0.4 3.0 Minimum size of the rejection wick relative to the candle body. Higher values demand a more dominant wick.
BodyFactor 1.1 0.6 3.0 The signal candle's body must exceed this multiple of the recent average body to confirm conviction.
RewardMultiple 1.8 1.0 4.0 Take-profit distance as a multiple of the risk (entry-to-stop distance).
HedgeBufferPct 0.15 0.02 0.6 Buffer placed beyond the swept extreme (as a fraction of the signal candle's range) for the stop and hedge.
HedgeExpiryBars 6 1 30 Number of bars after which an untriggered, stale hedge order is cancelled.
Lots 0.10 0.01 1.0 Fixed order volume in lots for both the reversal entry and the hedge.
wick sweep reversal MT5 EA — MQL5 source code

Recommended Chart Settings

The Wick Sweep Reversal Hedge was designed as a single-symbol, single-timeframe price-action study. Because liquidity sweeps are most readable on liquid instruments with clean structure, it is commonly explored on major forex pairs such as EUR/USD or GBP/USD. Intraday timeframes like the M15 or H1 tend to produce enough swing structure and false breakouts to study, while keeping the candle bodies meaningful relative to spread.

These are starting points for learning, not prescriptions. The behaviour of any sweep-based strategy will vary significantly across symbols, sessions, and market regimes. Trending markets, low-liquidity hours, and high-spread instruments can all change how often valid setups appear and how they resolve. Always test on the specific symbol and timeframe you intend to study before drawing conclusions.

How to Install on MetaTrader 5

What to Consider Before Using This EA

Like every approach, the Wick Sweep Reversal Hedge has clear strengths and equally clear limitations, and understanding both is the point of studying it.

Strengths of this approach

Known limitations

This is a framework for studying false-breakout reversals — not a turnkey solution. Treat it as a lens for understanding market mechanics, and validate every assumption yourself.

Risk Management Tips

Sound risk management matters more than any single entry rule. As you study this strategy, keep these general principles in mind:

Risk Warning

Trading foreign exchange, CFDs, and other leveraged financial instruments involves substantial risk of loss and is not suitable for all investors. The strategies and tools discussed on this page are provided for educational purposes only and do not constitute financial advice, investment recommendations, or solicitation to trade. Always consult a qualified financial adviser before making trading decisions. Past backtest performance is not indicative of future results.

Downloads

← Back to Blog