Blog / Strategy
Strategy

Belt Hold Reversal

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 Belt Hold Reversal strategy is a counter-trend candlestick mean-reversion system built around the belt-hold line — a classic Japanese candlestick pattern also known as the opening marubozu or yorikiri. A belt-hold is a bar that opens at one extreme of its range with essentially no wick on the opening side, then travels decisively to the far end and closes there. In plain terms, one side of the market seizes control from the very first tick and never lets go for the duration of that candle. This strategy pairs that pattern with two well-known technical indicators: an Exponential Moving Average (EMA), which is a moving average that weights recent prices more heavily to define a "fair value" baseline, and the Average True Range (ATR), a volatility measure that gauges how far price is stretched from that baseline.

On its own, a belt-hold candle fires constantly and means very little inside choppy, sideways markets. The edge this strategy seeks comes entirely from context. It only acts on a belt-hold when price has already become over-extended — stretched far away from the EMA as measured in ATR units. The reasoning is that a sudden, wickless seizure of control appearing precisely when the crowd is stretched thin may indicate the point where an exhausted move snaps back, trapping late chasers against fresh initiative.

This is a learning tool best suited to traders who want to study how candlestick geometry can be filtered by volatility and trend context rather than traded blindly. It was designed with pairs like GBP/USD and the metal XAU/USD (gold) on intraday charts in mind, but it reads every bar generically and can be tested on any liquid instrument. Because it is a fade — a counter-trend approach — it is intended for study of mean-reverting behaviour, not momentum chasing.

How It Works

The strategy evaluates each freshly-closed candle (the "signal bar") and checks whether the belt-hold geometry and the stretch gate line up together. It holds only one position at a time.

Long entry (bullish belt-hold ending a down-stretch):

Short entry (bearish belt-hold ending an up-stretch): the exact mirror image.

Stop-loss logic:

Take-profit logic:

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

Strategy Parameters

Parameter Default Min Max Description
EmaPeriod 34 10 120 Period of the EMA baseline that defines the "fair value" the stretch is measured from.
AtrPeriod 14 5 40 ATR period used for both the stretch gauge and the stop-loss buffer.
StretchAtr 1.5 0.5 4.0 How many ATRs past the EMA the belt-hold extreme must sit — the over-extension gate.
MaxWickFrac 0.10 0.0 0.30 Maximum shadow on the opening side, as a fraction of the candle range (belt-hold ≈ 0).
MinBodyFrac 0.55 0.30 0.90 Minimum body size as a fraction of range — confirms decisive travel to the far end.
StopBufferAtr 0.25 0.0 1.0 Extra stop-loss buffer beyond the belt-hold extreme, expressed in ATRs.
RiskReward 1.8 1.0 5.0 Take-profit distance as a reward-to-risk multiple of the stop distance.
Lots 0.10 0.01 1.0 Fixed trade volume in lots.
belt hold reversal MT5 EA — MQL5 source code

Recommended Chart Settings

The Belt Hold Reversal strategy was designed with GBP/USD and XAU/USD (gold) on the M15 and M30 timeframes in mind. These instruments and timeframes tend to produce the kind of sharp intraday stretches and clean candle geometry the strategy looks for. That said, the code reads every bar generically and runs on any liquid symbol and timeframe you select at backtest time.

Keep in mind that results will vary considerably across different symbols, timeframes, and market conditions. What behaves well on one pair during one volatility regime may behave very differently elsewhere. Always test any configuration on historical data and a demo account before drawing conclusions.

How to Install on MetaTrader 5

What to Consider Before Using This EA

Strengths of the approach. The strategy's core idea is disciplined: it refuses to trade the belt-hold pattern in isolation and instead requires a measurable volatility stretch before acting. This context filter historically helps screen out the constant, meaningless belt-hold signals that appear inside chop. The entry, stop, and target are all defined objectively in ATR terms, which removes discretionary guesswork and makes the logic reproducible and testable. The fixed reward-to-risk structure also enforces a consistent trade profile.

Known limitations. This is a counter-trend fade, and fading is inherently difficult. A strong trend can remain over-extended far longer than any single ATR measurement suggests, and belt-hold reversals printed against powerful momentum can be run over repeatedly. The strategy assumes that stretch implies exhaustion — but stretch can equally signal an accelerating breakout, in which case the fade is on the wrong side. Because it takes only one position at a time and waits for a fairly specific candle shape plus a stretch condition, signals can be infrequent, which makes it slow to gather a statistically meaningful sample.

Where it may underperform. Persistent trending environments, news-driven expansions, and low-liquidity sessions with erratic wicks can all degrade this pattern-plus-gate logic. The belt-hold geometry is also sensitive to how a given broker's feed prints opens and closes, so the same chart on two brokers may generate slightly different signals. Treat this EA as a framework for studying how candlestick triggers interact with volatility context — not as a finished, turnkey system.

Risk Management Tips

Sound risk management matters more than any single entry signal. Consider these general principles as you study this strategy:

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