Smart Correlation Hedge EA is internally distributed as NEW Smart Hedge. It is a fully automated correlation trading robot for MetaTrader 4. Rather than predicting market direction, it opens offsetting positions on two highly correlated instruments and waits for them to converge back to their typical relationship.
This third iteration was rebuilt around two design goals: drop every parameter that required broker specific tuning, and ship sane defaults for the most common pairs out of the box. Settings that used to be expressed in points are now expressed as multiples of spread, and lot sizing is now a percentage of deposit rather than a fixed value. The EA includes pre configured set files for 13 pair combinations across forex majors, crosses, and metals (GOLD-SILVER); for most accounts the only required action is to enable AUTO mode and choose a risk percentage.
This article covers how the correlation hedge mechanic actually works, where the strategy holds up, where it breaks, and how to deploy it without blowing up an account. A direct download link is included at the end.
Core Strategy and Logic
The Smart Correlation Hedge EA does not try to predict whether EURUSD will go up or down. Instead, it monitors the delta, the percentage deviation between two highly correlated symbols (for example EURUSD and GBPUSD), and bets on that delta returning to its average. The mechanics break down as follows.
- Correlation Hedge Principle – When two pairs that normally move together temporarily diverge, the EA buys the weaker pair and sells the stronger one. Whichever direction the market then moves, the loss on one leg is largely offset by gain on the other. This is not a directional trade; it is a spread-reversion trade.
- Delta Divergence Entry – First positions open when the current delta reaches a percentage of its recent maximum (
Delta open First). Bars used for the calculation and the timeframe are both configurable, but M5 with the default bar count works for most pair sets. - Position Topping Up via Virtual Pending Orders – If the delta keeps widening, the EA adds to the basket through virtual pending orders priced in spread multiples (
Level Virtual Orders), with a lot-size coefficient (Koeff Lot) controlling how aggressively size scales. This is the closest the EA gets to martingale, but it is bounded byMax Lot 1/2. - Convergence-Based Exit – The basket closes when total profit hits the trail trigger (
Start Tral profit, in deposit currency or AUTO) and rolls back by the configured percentage. There is also a hard equity-percent close for the whole account if you want a global circuit breaker. - Spread-Indexed Parameters – The headline upgrade over the older SMARTHEDGE and SebTRI Correlation Hedge Scalper is that distances and filters are expressed as multiples of broker spread, not fixed points. The same settings transfer across brokers without requoting.
- No Backtest Possible – MT4’s strategy tester cannot run multi-symbol logic, so the EA cannot be backtested. This is a structural MT4 limit, not a flaw in the EA.
For a different take on combining correlation with a recovery layer, see Pac Man FREE MT4 EA, which uses a grid component on top of correlation tags.
Please test in a demo account first for at least a week. Also, Make yourself familiar with and understand how the NEW Smart Hedge EA works, then only use it in a real account.
Recommendation for Correlation EA MT4
- Minimum account balance of $100 for one instance of the EA.
- Work best on M5 and H1 Timeframe. (Work on any TimeFrame)
- Work Best on AUDCAD-NZDUSD, AUDNZD-NZDUSD, AUDUSD-AUDCAD, EURGBP-GBPCHF, EURJPY-CHFJPY, EURUSD-GBPUSD, EURUSD-USDCHF, GBPUSD-EURUSD, NZDUSD-AUDUSD, USDCAD-NZDUSD, USDCHF-EURUSD, USDJPY-CADJPY, GOLD-SILVER and comes with set files for these (attached the EA in the first pair). For the metals combo, see our Best Gold Robot for MT4/MT5 guide for additional context on gold pair behaviour.
- This EA should run on a VPS without interruption to reach stable results. We recommend a reliable forex VPS — FXVM.
- A low-spread ECN account is highly recommended. Find a suitable broker here.


Strategy Analysis
1. Why Correlation Hedging Reduces Directional Risk
In a single pair trade, a losing position has no natural offset, drawdown grows linearly with adverse movement. In a correlation hedge, the long leg gains roughly what the short leg loses when both move together, and the net P&L tracks the difference between the two. That difference (the delta) is mean-reverting on most major pairs because it is driven by relative value flow, not by macro direction. The EA monetises that mean-reversion.
2. The Drawdown Compensation Math
If EURUSD and GBPUSD have a 0.85 rolling correlation and the EA opens equal notional offsetting positions, an adverse 50-pip move in the wrong direction on one leg is compensated by roughly 42 pips on the other. The remaining 8 pips of net exposure is what the strategy is actually betting on, and the close trigger fires once that gap has narrowed. This is also why deposit percent lot sizing matters, both legs need to be properly scaled to keep the offset clean. A concrete example: on the EURUSD-USDCHF pair the natural inverse correlation runs near -0.95, so a sell-EURUSD plus sell-USDCHF basket carries one of the cleanest drawdown profiles in the pre-set list, which is why it is one of the most commonly used combinations among long term users.
3. Where the Strategy Breaks
Correlation is a statistic, not a guarantee. It can collapse during high-impact news (NFP, central bank decisions, geopolitical shocks), and a correlation breakdown means both legs can lose at the same time. Two specific risks deserve attention: (a) swap accumulation, hedge baskets that stay open for days bleed financing costs on both legs, and (b) broker constraints, if your broker doesn’t allow hedging or applies asymmetric margin to opposing positions, this EA will not behave as designed. Compare with Adaptive Forex Trading EA, which adds correlation awareness on top of news filtering for the same reason.
Key Features of Smart Correlation Hedge EA
- Fully automated MT4 correlation hedge robot
- 13 pre configured pair combinations including GOLD-SILVER
- Spread indexed entry distances (broker agnostic)
- Deposit percentage lot sizing
- AUTO profit trail mode (no manual TP tuning required)
- Optional time window filter (Time Start / Time End)
- Account wide equity percent close
- On chart information dashboard with manual override
- Magic number offset for running multiple instances on the same pair
- Compatible with hedging enabled MT4 accounts
Input Parameters

- Lot 1 /2 Symbol – If you specify the lot value in this line, the adviser will use it. If you leave 0, the Hedge EA MT4 will calculate the lot of the first position as a percentage of the Deposit.
- Lot 1/2 = Balance % – the value of the Deposit percentage
- Koeff Lot – Coefficient for increasing a lot of top-up positions
- Max Lot 1/2 – Maximum amount of position opened on 1/2 instrument.
- Level Virtual Orders – the distance to virtual pending orders is calculated in the number of spreads. If it costs three and the spread=8, the distance to the pending order will be 24 p.
- TIMEFRAMES = 5 – Timeframe for calculating instrument correlation and Delta of divergence.
The timeframe can be optimized if desired, but since many of them are on MT5, it takes a long time. It is enough to choose M5 or M15. - Bars Correlation – number of bars for calculating correlation and Delta
- Delta open First – % of the max Delta at which the first positions are opened
- next Delta open– % of the opening Delta to open additional positions. Additional positions are opened as virtual pending orders.
- Filter spread –do not allow the filter to open if the Delta is less than the sum of the spreads of the two instruments multiplied by the number of NoOpenSpread.
- Filter GEP – a ban on the opening with a sharp increase in the Delta. If the Delta has increased by more than 2 times on one bar, then we forbid opening positions.
- Start Tral profit (USD, 0-auto) – closing occurs when all positions in the total amount reach the set value in the Deposit currency. I recommend leaving 0 for automatic profit calculation.
- close trall % – rollback of the profit trail (0-close immediately)
- dividing the closing profit – dividing the maximum profit. You can use this parameter to reduce the start time of the trawl. If you think the initial profit is still very far away and you want to reduce it, set the value to more than 1. If you take our example, we will start the trawl at 4.45 USD if you set the value here to 3, then the trawl will start at 3.15 USD
- Time Start (hour) – a time when the adviser starts working
- Time End (hour) – the time when the adviser finishes working.
The EA can open a new series of trades only if the current time is in the Time Start – Time End interval. - Equity profit % – closing on equity growth in % (0-off). The Correlation EA closes all positions of the entire account (including even positions placed by hands and other expert advisors) at the moment when the equity exceeds the specified percentage.
Closing on equity can greatly affect testing results, but keep in mind that if you trade not on one pair but on many, then equity will close all open positions at once. In Other words, if you get two on one instrument and 20 on the second, and so on, then all will be closed at an increase of 2%. In real life, I recommend disabling equity closing and, if desired, closing everything yourself when you see that the profit is sufficient. - Minimum profit – the minimum profit in the Deposit currency. The minimum profit is needed when closing on the reverse Delta. If you see that orders are closed at the reverse intersection with a minus due to slippage, then increase this parameter.
- MagicPlus – in the Hedge EA MT4, the magic is determined automatically by the pairs on which it trades. But if you need to trade on the same pairs with different settings (run two or more expert advisors for example, on the EURUSD-USDCHF pair), then set any number here, for example, 1000000, and then instead of the usual magic = 5821, the magic 1005821 will be set
- Minimum correlation for opening – the minimum correlation coefficient for opening. If the current coefficient is less than the specified one, it prohibits opening the first positions but does not prohibit topping up.
- WindSize – The size of the information window. If you see text overlaying on 4K monitors, set the parameter to 2 or more.
- fontsize – font Size in the information window.






Smart Correlation Hedge EA

Free MT4 correlation hedging robot that trades two correlated symbols against their delta divergence. Auto-mode setup, spread-indexed settings, deposit-percent lot sizing.
✓ Pros
- AUTO mode requires almost no tuning
- Settings adapt to broker spread automatically
- 13 pre-configured pair combinations
- Manual override via on-chart dashboard
✗ Cons
- Cannot be backtested in MT4 strategy tester
- Vulnerable to correlation breakdowns on news shocks
- Swap costs accumulate on long hedge holds
- Requires a hedging-enabled MT4 broker
Summary
A genuinely thoughtful correlation-hedge EA from cmillion that solves the two biggest user-pain points of the older SMARTHEDGE family — broker-specific point tuning and lot-size guesswork. The trade-off is that you must trust the strategy without backtests, and you have to respect correlation-breakdown risk on event days.
Frequently Asked Questions
Conclusion
The Smart Correlation Hedge EA is a well engineered evolution of the SMARTHEDGE family that removes the two biggest setup hurdles of its predecessors, broker specific point tuning and lot guesswork. Its mean reversion logic produces a flat ish equity curve under normal conditions because the two legs offset each other, and the AUTO profit trail removes most of the day to day decision making. However, traders should respect one major vulnerability: correlation breakdown during high impact news, where both legs can lose at once and swap costs compound. Used on the pre configured pairs with conservative deposit percent sizing on a hedging enabled ECN account, this EA is a credible addition to a diversified automated portfolio, and a sensible choice for traders who want hedging exposure without the manual decision burden of running it themselves.

I tested this EA today. You need to be careful about high drawdown and margin depletion when placing too many charts at the same time. If you do, remember to lower the size of the lots. Good luck!
audusd shifting from delta last night being super overlevereged was a fun
Do you have already explanation? How can i put the lot smaller (0.01)
Enter the lot amount in the settings: “Lot 1 Symbol” & “Lot 2 Symbol” or reduce the “Koeff Lot”.
Does it use Martingale as well?
the ea cant be bactest?
Why doesn’t it work on real account?
Me too. Not working in real account, but in demo is perfect
It work for real account, I do until now
It work very well until now.
this is a good EA, hedging can reduce lots amount of price hiking dangers, and it also use Martingale based on 2 hedged pairs. it is a really smart strategy. only thing I faced during this 1 month test is you need 500 usd at least for a group of pairs, I suggest using EU/GU set. since I just experienced a hike of GBPUsd drop and martingale come to help. now safe and gained.
Thank you Admin, for your kindness.
How is it going now and can you shoe us your results
i think 200$ for AU/ACAD is enough
Is there a mt5 version?
how do i set a fix take profit?
The EA dont have TP?
the ea installed doesn’t work. the message is: “prohibited”
Can someone help me?
“You have not selected the second tool, change Symbol2”
What does this mean when I install to MT4?
I would like to know the meaning of Ea settings.
This is a DEMO version only. It will not work on life accounts.
You can use this EA on a demo account and copy to a live.
Con la nueva actualizacion de mt4 no funciona, no carga el ea. Alguien sabe como solucionarlo?
same problem here , any solution ?
É a versão 1420 do MT4