Support Board
Date/Time: Thu, 03 Apr 2025 01:00:29 +0000
Post From: Automated trading order problem
[2022-12-16 16:21:46] |
User900285 - Posts: 98 |
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. |