Skip to main content

2025-09-09 – Local Trade Copier Version 2.9.9j & 1.1.12

We’ve just rolled out version 2.9.9j for MT4 and version 1.1.12 for MT5.
Both versions bring important fixes and new features designed to make trade copying smoother, safer, and more flexible—especially for prop firm traders.

Trade closing sync fixed (MT4 + MT5)
This is important if you use functions CloseTradesWithClient=true and SendTradeCloseSignalsToMaster=true. When a trade is closed on the client side, it now correctly closes on the master side too. Works smoothly on both MT4 and MT5.

New SL/TP copying option
You can now choose to copy Stop Loss and Take Profit by the same distance in points as the master trade, instead of the exact same price.
This helps when the copied trade opens at a slightly different price (because of spread, slippage, or broker differences), so your risk/reward stays identical to the master.

Delay trades by X seconds (for prop firm traders)
A new setting lets you delay copying trades by a few seconds. This can help with prop firm rules where instant execution might not be ideal.

Improved suffix handling
The EA automatic suffix detection has been improved and now works better. This is how it works if you have suffix detection set to auto (default mode).

  • If you attach the EA to a pair with a suffix (like EURUSD.fx) → trades will be copied with that suffix.
  • If you attach it to a pair without a suffix → trades will be copied without it.
  • You can also force which suffix to use by attaching EA to the specific pair in case your broker has multiple suffixes.
    More control and fewer symbol mismatch errors.

You also have other ways to set a suffix, allowing you to do so manually if needed.

Auto-saving settings fixed
The Client EA now correctly saves your settings automatically. No more losing changes when you restart MT4/MT5.

Negative magic numbers allowed
Small fix so the EA now supports negative magic numbers without errors.

Better safety checks for trade permissions
If EA detects that it cannot open/close trades because of permissions, the EA now shows clear warnings when:

  • Auto-trading is disabled in the platform,
  • Live trading is not allowed in EA properties,
  • The account is read-only (investor password), or
  • Automated trading is disabled on the broker side.
    This prevents confusion and helps you set things up correctly.