Support Board
Date/Time: Sun, 02 Nov 2025 04:21:47 +0000
Post From: ACSIL Example Study (TradingTriggeredStopOrderEntry) Orders not executing?
| [2022-03-20 15:53:15] |
| ForgivingComputers.com - Posts: 1150 |
|
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;
|
