Blog / Strategy
Strategy

Ignition Bar Breakout

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 Ignition Bar Breakout is a selective momentum-continuation strategy that combines a volatility-expansion candle pattern (the "ignition bar") with an Exponential Moving Average (EMA) trend filter and a resting stop-order confirmation step. An EMA is a smoothed average of closing prices that reacts faster to recent movement than a simple average, and here it acts as the arbiter of the prevailing trend. The core idea is that large directional moves rarely begin from nowhere — they typically start with one decisive candle that expands well beyond the recent average range, closes hard at one extreme of its own body, and points in the same direction as the underlying trend.

Rather than chasing that single decisive candle at its close, the strategy treats the ignition bar as a hypothesis that still needs to be proven. It arms a resting stop order just beyond the candle's extreme, and price must actually break past that level within a set number of bars before any trade is committed. This confirmation requirement is the heart of the design: it filters out the many wide, strong-looking bars that immediately stall, and it keeps the number of trades low and deliberate. Because the strategy joins momentum in the trend's direction rather than fighting it, it is best understood as a trend-continuation tool for liquid instruments during active market sessions.

As a learning tool, the Ignition Bar Breakout is well suited to traders who want to study how volatility expansion, candle anatomy (body versus wick), and order-confirmation logic can be layered into a single rules-based system. It is designed to be selective rather than active, so it is a useful case study for anyone interested in low-drawdown, quality-over-quantity approaches. It is not designed for scalping every wiggle, and it is not a "set and forget" black box — understanding why each filter exists is the real educational value.

How It Works

The strategy evaluates a completed candle (the "ignition candidate") only after it closes, and it is fully symmetric for long and short setups. Here is how the logic flows:

ATR ("Average True Range") is a volatility measure used throughout for sizing the buffer, risk cap, breakeven trigger, and trailing distance, so the strategy adapts to how much the instrument is currently moving.

Ignition Bar Breakout MT5 EA
Illustrative example of the strategy’s entry and exit logic — not real trading results.

Strategy Parameters

Parameter Default Min Max Description
AvgRangePeriod 14 5 40 Lookback (in bars) for the average candle range the ignition bar must dwarf.
ExpansionMult 1.80 1.20 3.50 The ignition range must exceed the average range by at least this factor.
MinBodyFrac 0.55 0.30 0.90 Minimum body-to-range ratio; rejects doji and heavy-wick expansion bars.
CloseLocMin 0.30 0.10 0.45 The close must sit within this fraction of the with-trend end of the bar.
EmaPeriod 50 20 200 Period of the EMA baseline that defines the trend the ignition must align with.
AtrPeriod 14 7 30 ATR period used for risk sizing, breakeven, and trailing distances.
StopDepthFrac 0.60 0.30 1.00 Stop depth as a fraction of the ignition range placed back inside the bar. Larger is looser but harder to stop out.
MaxRiskAtr 2.20 0.80 4.00 Rejects setups whose structural risk exceeds this many ATRs (helps keep drawdown low).
RewardMult 2.00 1.00 5.00 Take-profit as a multiple of the structural risk (reward-to-risk ratio).
BreakevenAtr 1.00 0.30 3.00 Advance (in ATRs) after which the stop is locked to breakeven.
TrailAtr 1.50 0.50 4.00 Trailing distance (in ATRs) applied once breakeven is armed.
BreakBufferAtr 0.06 0.00 0.50 Break / stop-pad buffer beyond the ignition extreme, in ATRs.
EntryExpiryBars 3 1 10 Number of bars the confirmation stop order may rest before being cancelled.
Lots 0.10 0.01 1.00 Position size in lots.
Ignition Bar Breakout MT5 EA — MQL5 source code

Recommended Chart Settings

The Ignition Bar Breakout was designed with liquid instruments in mind — for example EURUSD, GBPUSD, XAUUSD (gold), or US100 (Nasdaq) — on intraday timeframes in the M15 to H1 range. Importantly, the timeframe is never hardcoded: every calculation uses the chart's primary timeframe, so the expert advisor runs on whatever period you attach it to. This makes it straightforward to study the same logic across different timeframes.

Because the strategy depends on genuine volatility expansion and clean trending conditions, it tends to be most relevant during active trading sessions rather than thin, low-liquidity hours. As always, behaviour will vary considerably across different symbols, spreads, and market conditions, so treat the defaults as a starting point for study rather than a fixed prescription.

How to Install on MetaTrader 5

What to Consider Before Using This EA

The main strength of this approach is its selectivity. By stacking an expansion filter, a body-quality filter, a close-location filter, a trend gate, and a breakout-confirmation step, the strategy is engineered to ignore most candidate setups and act only on the ones that satisfy every condition. The structural stop inside the ignition bar, the ATR-based risk cap, and the breakeven-plus-trail management are all designed to keep individual losses contained and to protect trades that move into profit. For a learner, it is a clear demonstration of how confirmation logic can reduce false signals.

Those same strengths carry trade-offs. Because the system waits for a decisive candle and a confirming breakout, it will sit on the sidelines for long stretches, and it may miss moves that unfold gradually without a single ignition bar. Breakout confirmation can also arrive late — by the time price breaks the extreme, part of the move may already be behind you, and stop-order fills can suffer from slippage during fast conditions. Like all trend-following and momentum systems, it is vulnerable to choppy, range-bound markets where expansion bars repeatedly fail to follow through, producing a string of small losses (whipsaws). The EMA trend filter reduces but does not eliminate this. No parameter set performs equally well across all instruments or regimes, so any configuration that historically suited one market may behave very differently on another.

Treat this EA as a framework for studying momentum-continuation logic, not as a finished solution. Forward-testing on a demo account and reviewing how it behaves across varied conditions will teach you far more than the default numbers alone.

Risk Management Tips

Sound risk management matters more than any single entry rule. Consider the following 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