Support Board
Date/Time: Sun, 24 Nov 2024 15:26:37 +0000
Post From: 'SendOrdersToTradeService' is not consistent with 'Trade Simulation Mode On'
[2023-03-22 18:25:11] |
ondafringe - Posts: 284 |
I haven't done this myself, but you *should* be able to check SIM mode by checking the value of "sc.GlobalTradeSimulationIsOn," and depending on that value, you could then set the value of "SendOrdersToTradeService" to match. And when I say *match," I don't mean they both have to be true or both have to be false. I mean they both have to indicate the same thing -- either SIM or non-SIM. It may be counterintuitive, but to indicate the same thing, they actually have to be set to opposite values. So if SIM is true, the other has to be set to false and vice versa. Date Time Of Last Edit: 2023-03-23 17:32:58
|