Support Board
Date/Time: Mon, 10 Mar 2025 10:34:02 +0000
Post From: ACSIL Example Study (TradingTriggeredStopOrderEntry) Orders not executing?
[2022-03-20 15:53:15] |
ForgivingComputers.com - Posts: 1021 |
However, the SendOrdersToTradeService automated trading management variable must be set consistently with the global Trade >> Trade Simulation Mode On setting on the menu, otherwise order actions will be ignored.
No need to manually keep the two in sync if you add this to your study: sc.SendOrdersToTradeService = !sc.GlobalTradeSimulationIsOn;
|