Tony Programa Copy Trading facilitates local or remote trade replication using network sockets for low-latency communication. The system consists of mother and child components, allowing users to map specific symbol names between different brokers to account for varying suffixes. It offers risk management through fixed lot sizes or lot multipliers and provides options to adjust stop loss and take profit levels on the receiving accounts.
Read from Child Copier.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
_____0_____
string
------- MOTHER CURRENCY -------
Primer_Mercado
string
EURUSDz
Primer Mercado
Segundo_Mercado
string
None
Segundo Mercado
Tercer_Mercado
string
None
Tercer Mercado
Cuarto_Mercado
string
None
Cuarto Mercado
Quinto_Mercado
string
None
Quinto Mercado
Sexto_Mercado
string
None
Sexto Mercado
Septimo_Mercado
string
None
Septimo Mercado
Octavo_Mercado
string
None
Octavo Mercado
_____1_____
string
-------CHILD CURRENCY-------
Primer_Mercado_S
string
EURUSDe
Primer Mercado
Segundo_Mercado_S
string
None
Segundo Mercado
Show all 28 inputs
Name
Type
Default
Description
Tercer_Mercado_S
string
None
Tercer Mercado
Cuarto_Mercado_S
string
None
Cuarto Mercado
Quinto_Mercado_S
string
None
Quinto Mercado
Sexto_Mercado_S
string
None
Sexto Mercado
Septimo_Mercado_S
string
None
Septimo Mercado
Octavo_Mercado_S
string
None
Octavo Mercado
_____2_____
string
-------VOLUME CHILD-------
Magic_Number
int
15451
Número Magico
Tipo_de_Lotaje
LOTAJE
1
Tipo de lotaje
lotaje_Fijo
double
0.01
Lotaje si es fijo
Multiplicador_del_Lotaje
double
1
Multiplicador para el Lotaje
_____3_____
string
-------OTHER PARAMETERS-------
Port
ushort
1024
Port Child Actually (less than 65535)
Aditional_StopLoss
int
0
Adición al SL en Puntos
Aditional_TakeProfit
int
0
Adición al TP en Puntos
Delay
ushort
0
Delay for Orders in seconds
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone TonyPrograma/Copy_Trading_MQL4_MQL5 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .mq5 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 MetaTrader 4 expert advisor functions as a local trade copier, allowing users to replicate trades from one terminal to another. It 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
DWX Connect is an open-source bridge that links external trading strategies written in Python, C#, or Java to MetaTrader 4 and 5. It functions as a server EA that facilitates communication via file-based messaging, allowing users to execute trades and subscribe to market data without coding in MQL. The EA manages trade
Telegram API Signal Bot is a notification utility for MetaTrader 4 designed to broadcast trading activity to external communication channels. The EA monitors the terminal for order events, including executions and partial closes, and transmits the details to a Telegram group or channel using the Telegram Bot API. It of
MetaTrader 5 To Telegram is a utility expert advisor designed to bridge a MetaTrader 5 terminal with a Telegram bot. It monitors the trading account for updates and broadcasts notifications regarding orders, deals, and active positions to a specific user, group, or channel. The EA uses a timer-based system to process i
This utility for MetaTrader 5 transforms the trading terminal into a REST API server, enabling external software to control trading operations via HTTP. It facilitates remote account monitoring, price retrieval, and full trade execution, including market orders, pending orders, and partial closes. The system supports a
This expert advisor provides a communication layer between MetaTrader 4 and external software applications via the ZeroMQ protocol. It operates as a server that listens for remote commands to open, modify, or delete market and pending orders. The system features a request-response mechanism and a dedicated push server