Support Board
Date/Time: Tue, 26 Nov 2024 06:32:14 +0000
Post From: Live order sent on SIM account (ACSIL)
[2014-04-08 14:35:27] |
VF56002 - Posts: 27 |
I use this code in my strategy // This is false by default. Orders will not go live if disabled on input
if (!SendOrdersToTradingService.GetYesNo()) sc.SendOrdersToTradeService = false; else sc.SendOrdersToTradeService = true; I've got an input created as 'Yes/No' values select box. If I choose 'Yes', order is sent as a simulated order insted of a live order. I keep "Trade Simulation Mode" option not checked. Where could be the problem? Thanks |