Login Page - Create Account

Support Board


Date/Time: Fri, 16 May 2025 14:40:29 +0000



Post From: Order events?

[2024-05-28 17:48:30]
ForgivingComputers.com - Posts: 1058
Are you setting sc.SendOrdersToTradeService in the study? If you don't set it, the default is simulation.

The easiest way to do this is to sync it to Simulation mode being off:

sc.SendOrdersToTradeService = !sc.GlobalTradeSimulationIsOn;