Job finished
Specification
I need a remote trade copier system for MetaTrader 4 (MT4). I want to:
-
Trade manually or using EA on my Master account
-
Automatically mirror those trades (open/close/modify) on multiple Client accounts
-
Master EA should send trade data to a remote PHP + MySQL server
-
Client EA should fetch and execute trades in real time from server
-
No strategy logic needed — just exact trade mirroring (same lot, type, SL/TP, etc.)
-
Clients may use any broker, but only MT4
-
I’ll keep the EA open and free for the public on MQL5.com
-
I don’t have a server yet — you should help set up a basic VPS with PHP + MySQL
Deliverables:
-
Master EA (Sender EA)
-
Client EA (Receiver EA)
-
PHP server scripts: sendTrade.php , getTrades.php , closeTrade.php
-
MySQL database schema and simple web-based trade log (optional)
-
Installation instructions or setup support