Dimitar Shuytsov / 卖家
已发布的产品
# DS_Copy_EA - User Description DS_Copy_EA is a MetaTrader 5 Expert Advisor that copies trades between MT5 terminals running on the same machine. One EA instance acts as a **Provider** (signal source) and another acts as a **Receiver** (copier). The mode is selected in the EA settings.
**How it works:**
1. The **Provider** publishes its open positions internally every 500ms 2. The **Receiver** reads every 1 second, detects new/changed/closed positions, and mirrors them on its own account 3. I