I'd like to manage multiple MT4 trading accounts and copy trades from master account to the slaves on my dedicated server without running the MT4 terminals or using an EA. I'm using different brokers and have master password for every slave account.
It needs to read copying settings for each slave login from MySQL and it needs to export datas (balance, current open trades,etc) from each slave's trading account to a MySQL database as well.
Also this system needs to run on my server so no cloud solution is possible. As I'm not a developer I'm open for different solutions.
My main goal is to run multiple (50-100-more) trading accounts on my server and copy trades between the accounts with the quickest way possible. I'm looking to experienced/senior coders only.
Han respondido
Ha publicado: 152 artículos, 4 ejemplos
Solicitudes similares
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
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