Supports MT5 and forex trading.

Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
TIANHE
2026-01-13 04:10:05 +08:00
parent a3a4f75bb6
commit 7053aefc33
3 changed files with 13 additions and 2 deletions
@@ -0,0 +1,6 @@
# Windows-specific optional dependencies
# Install these on Windows systems that need MT5 trading support:
# pip install -r requirements-windows.txt
# MetaTrader 5 trading (Windows only, for forex trading via MT5 terminal)
MetaTrader5>=5.0.45
+3 -1
View File
@@ -14,4 +14,6 @@ python-dotenv>=1.0.1
# Interactive Brokers trading (optional, for US/HK stock trading via TWS/IB Gateway)
ib_insync>=0.9.86
# MetaTrader 5 trading (optional, for forex trading via MT5 terminal, Windows only)
MetaTrader5>=5.0.45
# Note: MetaTrader5 is Windows-only and not available on Linux/macOS
# Install separately on Windows: pip install MetaTrader5>=5.0.45
# MetaTrader5>=5.0.45