mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 03:07:53 +00:00
7b576d8a2c
- find_mt5_symbol: broker-specific priority (XM/MetaQuotes/Exness/etc) was overwriting symbol_variants for ALL symbols, not just XAUUSD. EURUSD/GBPUSD/etc were being mapped to GOLD on XM broker. Fixed by guarding with base_symbol_cleaned == 'XAUUSD' check. - place_trade: ORDER_FILLING_FOK → ORDER_FILLING_IOC for broker compatibility (XM and most forex brokers use IOC, not FOK). Co-Authored-By: Claude <noreply@anthropic.com>