Trade Copy MT4 operates by sharing a data file between a master and a slave instance on the same computer or filesystem. The slave EA manages order execution, including market, limit, and stop orders, while providing lot sizing options like fixed lots or proportional scaling. It supports symbol prefix mapping and includes settings to sync stop loss and take profit levels. The software requires technical setup to share files across terminal directories.
Read from TradeCopySlave.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
filename
string
TradeCopy
S1
string
recalculate Lot by this coefficient:
LotCoeff
double
0.1
S2
string
if set, force Lot to this value:
ForceLot
double
0.01
S3
string
is set, use this amount for every 0.01 Lot if higher than ca
MicroLotBalance
double
0
delay
int
1000
PipsTolerance
double
5
magic
int
20111219
Prefix
string
Suffix
string
Show all 14 inputs
Name
Type
Default
Description
CopyDelayedTrades
bool
false
IgnoreSLTP
bool
false
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone vobornik/mt4-trade-copy from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This expert advisor facilitates trade replication between MetaTrader 4 and MetaTrader 5 platforms using TCP communication. It functions as either a sender or a receiver, allowing cross-platform signal transfer. The tool includes a lot size multiplier to scale positions on the receiving side and requires IP and port con
This MetaTrader 4 utility acts as a bridge between custom technical indicators and Telegram channels for signal distribution. It monitors specific indicator buffers to identify trade entries and transmits alerts to a designated chat via the Telegram API. The tool is specifically configured for binary options workflows,
This MetaTrader 4 expert advisor functions as a trade copier, specifically acting as the slave component to receive and replicate orders from a source file. It features flexible lot sizing options, allowing users to apply a scaling coefficient, force a fixed lot size, or calculate volume based on the account balance. T
This trade copier for MetaTrader 4 synchronizes orders from a master account to a slave instance using file-based communication. It provides flexible volume management, allowing users to copy original lot sizes, apply multipliers, or use fixed lot values. The tool includes account-level risk controls that can trigger b
This MetaTrader 4 expert advisor functions as the receiving component of a trade copying system. It monitors a shared CSV file in the common terminal folder to replicate positions from a source account onto the local account. The EA provides multiple risk management options including lot size multipliers, fixed lot ove
This expert advisor acts as a server bridge for MetaTrader 5, facilitating communication with external applications via ZeroMQ sockets and JSON messaging. It enables remote control from languages like Python to request account details, trade history, and current positions. The system supports the execution of market an