Support Board
Date/Time: Tue, 09 Sep 2025 18:36:12 +0000
Post From: Live Trading Issue with ACSIL Study – Order Ignored Due to SendOrdersToTradeService=0
[2025-08-06 02:01:46] |
basilsamara - Posts: 3 |
Hello, Apologies if this question has already been addressed. I developed a custom study using ACSIL which backtests and forward tests successfully in Simulation Mode. However, when attempting to trade live, I'm encountering the following error: SendOrdersToTradeService is not consistent with 'Trade >> Trade Simulation Mode On' setting. Order action ignored. SendOrdersToTradeService=0, TradeSimulationModeOn=0. System Setup: Connected to CQG WebAPI Trade Simulation Mode is unchecked Auto Trading Enabled - Global is checked Auto Trading Enabled - Chart is checked Chart Trade Mode is enabled I am able to successfully place a manual Market Order The chart is using the correct live trading symbol (F.US.EPU25) I’ve reviewed the documentation and believe the issue may be related to the SendOrdersToTradeService flag not being correctly set, either in the code or chart configuration. However, I cannot identify what’s preventing the strategy from sending live orders. Any guidance or troubleshooting steps would be greatly appreciated. Thank you, |