Supports multiple brokers and multiple accounts on the same VM simultaneously. Each terminal gets its own Python API process on its own port. Run two FTMO challenges at once, or mix brokers - whatever ...
Bot_MT5_Trading/ ├── main.py # 🎯 Entry point — khởi động bot ├── config.py # ⚙️ Cấu hình (MT5, API keys, Telegram, Risk) ├── news_analyzer.py # 📰 Phân tích tin tức đa nguồn (3 API) ├── ...