Blog / Strategy
Strategy

Fractal Structure Break

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 Fractal Structure Break strategy is a pure price-action trend-continuation system built around the ICT concept of a Break of Structure (BoS). Instead of relying on moving averages, oscillators, or any other calculated indicator, it reads the raw geometry of the chart: it locates swing points using a symmetric fractal (a pivot bar that stands above or below its neighbours) and then watches for the moment price decisively closes beyond the most recent swing. In trader shorthand, a "break of structure" is the point where the market confirms it wants to keep moving in the prevailing direction.

This is a trend-continuation approach, which means it is designed for markets that are already showing directional intent — a sequence of Higher Highs and Higher Lows for an uptrend, or Lower Highs and Lower Lows for a downtrend. The strategy does not try to predict reversals or pick tops and bottoms. It waits for the structure to declare itself, then looks for the break that historically signals the trend may extend. Because everything is derived from candle highs, lows, and closes, the logic stays close to what discretionary price-action and Smart Money Concepts (SMC) traders study by eye.

As a learning tool, the Fractal Structure Break is well suited to traders who want to understand how market structure is defined mechanically rather than intuitively. By exposing the swing-detection width, the break buffer, and the structural stop placement as adjustable inputs, it lets you see exactly how a "swing" and a "valid break" are quantified. Frame your use of it as an educational study of structure-based logic — not as a shortcut to results.

How It Works

The strategy processes only closed bars (it ignores the still-forming candle) and holds at most one position at a time per Magic number. Here is the full logic in plain English:

fractal structure break MT5 EA
Illustrative example of the strategy’s entry and exit logic — not real trading results.

Strategy Parameters

Parameter Default Min Max Description
SwingStrength 3 2 8 Fractal half-width — the number of bars required on each side of a pivot for it to confirm as a swing High or Low. Larger values demand more significant, slower-forming swings.
RewardRisk 2.0 1.0 5.0 Reward-to-risk multiple applied to the structural stop distance to set the take-profit. A value of 2.0 places the target twice as far as the stop.
StopPadMult 0.5 0.0 2.0 Extra padding placed beyond the opposing structural swing for the stop, expressed as a fraction of recent range. Gives the stop breathing room behind structure.
BreakBufferMult 0.10 0.0 1.0 How far the close must clear the broken swing — as a fraction of recent range — before the break counts as a valid Break of Structure. Higher values filter out marginal pokes.
RangeWindow 14 5 50 Number of recent bars averaged to estimate "recent range," which scales the break buffer and stop padding.
Lots 0.10 0.01 1.0 Fixed trade size in lots for each position.
fractal structure break MT5 EA — MQL5 source code

Recommended Chart Settings

The Fractal Structure Break is a single-timeframe strategy: every bar it reads uses the chart's primary timeframe, so it runs on whatever timeframe you attach it to. Structure-based logic like this is most often studied on the H1 (1-hour) or H4 (4-hour) charts of major forex pairs such as EUR/USD or GBP/USD, where swings are well-defined and spreads are typically tight. Lower timeframes produce more swings and more signals but also more noise, while higher timeframes produce fewer, slower setups.

There is no universally "correct" symbol or timeframe — the way swings and breaks form differs across instruments and market regimes. Results will vary considerably across different market conditions, so treat any chart as a starting point for study rather than a fixed recommendation, and re-examine the SwingStrength and BreakBufferMult settings whenever you change instrument or timeframe.

How to Install on MetaTrader 5

What to Consider Before Using This EA

Strengths of the approach. The Fractal Structure Break is transparent and rule-based. Because it uses no indicators, there are no smoothing lags or repainting issues to worry about — a swing is either confirmed by its neighbours or it is not, and a break is either closed-beyond-buffer or it is not. Tying both the stop and the buffer to recent range means the logic adapts to volatility automatically, and anchoring the stop to real structure produces a clean, explainable risk model.

Known limitations. Fractal swings are only confirmed after SwingStrength bars have formed on the right side, so the strategy inherently reacts to structure with a built-in delay — the more strength you require, the later a swing is recognised. As a trend-continuation system, it depends on trends actually continuing; in ranging or choppy markets the same horizontal levels can be broken in both directions, producing whipsaw entries that get stopped out. False breaks (a close just past a swing that quickly reverses) are the classic failure mode of any breakout logic, and a low BreakBufferMult makes the strategy more vulnerable to them.

Conditions where it may underperform. Expect weaker behaviour during low-volatility consolidations, around major news releases where price gaps through levels, and on instruments with wide or variable spreads that can eat into the structural risk distance. The fixed reward-to-risk target also means trades may run to a full target only when the trend has enough room to travel; in compressed markets the target may sit beyond the available move. None of this makes the approach "good" or "bad" — it simply defines the environment the logic was built for, which is exactly what you should be studying.

Risk Management Tips

Sound risk management matters far more than any single entry rule. Keep these educational 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