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