Login Page - Create Account

Support Board


Date/Time: Sat, 30 Nov 2024 06:41:18 +0000



Post From: Automated trading order problem

[2022-12-16 16:21:46]
User900285 - Posts: 94
From how you described it, if you are using ACSIL to do automated trading in Sierra Chart you might be missing this line in your program.
sc.SendOrdersToTradeService = !sc.GlobalTradeSimulationIsOn;

Search for sc.SendOrdersToTradeService in the SierraChart\ACS_Source folder to see different ways that it is used in the examples.

By default I think it is 0, therefore without that line your system will not work for sending orders to the trading service you are connected to.