Real-Time Copy Trading Script

Замовник: AI | Опубліковано: 20.10.2025
Бюджет: 250 $

I want a lightweight script that mirrors every binary option trade I place on my broker.option.market master account to one or more slave accounts in real time. The broker exposes an API Token, so the solution should connect through that endpoint, watch for new positions on the master, and instantly duplicate them on each linked slave account. Core requirements • Real-time replication of open, close, and modification actions. • Support for multiple slave accounts, each authenticated with its own API Token. • Built-in risk management—specifically a trade-size limit I can set per slave to cap exposure. • Secure handling of credentials; no plain-text tokens in code. • Clear configuration file (JSON or YAML) for tokens, trade-size caps, and account mapping. Deliverables 1. Source code (Python or another widely supported language) with concise inline comments. 2. A README explaining setup, dependencies, and how to adjust limits or add more slaves. 3. Quick test plan so I can confirm orders are mirrored correctly before going live. Keep the design simple and efficient—no heavy frameworks. Low latency, stability, and clean logging are more valuable to me than a GUI at this stage.