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
Bewerbungen
Frist nicht eingehalten
10
3%
Frist nicht eingehalten
52
13%
Frist nicht eingehalten
2
6%
Frist nicht eingehalten
0
Frist nicht eingehalten
13
27%
Frist nicht eingehalten
0
Frist nicht eingehalten
1
2%
Ähnliche Aufträge
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization