Hedge Copier Pro Slave
- Experts
- Federico Urbinelli
- 버전: 1.56
- 활성화: 10
Hedge Copier Pro — Slave EA
HedgeSlave is the slave component of a local trade copier for MetaTrader 5. It reads trade signals generated by the paired HedgeMaster EA and opens the corresponding reverse position on the hedge account.
Every second, the slave reads a CSV file written by the master terminal to the MetaTrader Common folder. When a new signal is detected, the slave opens a position in the opposite direction to the one opened on the master account. No internet connection is required. Both terminals must run on the same machine.
How it works
The slave EA monitors a local CSV file for incoming signals. When the master opens a buy position, the slave opens a sell on the hedge account, and vice versa. The slave lot size is calculated automatically from the RecoverAmount parameter relative to the master lot size. Stop loss and take profit levels are derived from the master values and adjusted by a configurable buffer in points.
When the master closes or modifies a position, the slave receives the corresponding command and acts accordingly. If the slave position is closed independently by stop loss or take profit, a reverse signal is sent back to the master to close the corresponding position.
Features
-
Reverse position logic: slave opens the opposite direction to every master trade
-
Lot size calculated automatically based on the RecoverAmount parameter
-
Stop loss and take profit derived from master values with configurable point buffers
-
Supports open, close, modify and close-all commands from the master
-
Symbol mapping allows the use of different ticker names across brokers (for example XAUUSD on the master and XAUUSD.s on the slave)
-
Trades are identified by magic number to avoid interfering with other expert advisors
-
If the slave position is closed by stop loss or take profit, the master is notified automatically
-
Compatible with both IOC and Return order filling modes
Dashboard
The dashboard displays the current equity, balance, floating profit and loss, and the total amount recovered relative to the configured target. The master account number is shown for reference.
Requirements
-
Both terminals must run on the same computer
-
File operations must be allowed (MetaTrader Common folder)
-
DLL imports are not required
-
Tested on XAUUSD. Compatible with any symbol supported by the broker via the MappingsList parameter
Package contents
-
HedgeSlave.ex5, to be attached to a chart on the hedge or broker account
-
PDF setup guide in English with full parameter reference
-
The master component (HedgeMaster.ex5) is sold as a separate product (LINK HERE)
Notes
This expert advisor does not open trades autonomously. It mirrors and reverses positions that the trader opens manually on the master account. Past results do not indicate future performance.

