Support Board
Date/Time: Wed, 05 Nov 2025 03:46:28 +0000
Post From: Automated trading order problem
| [2022-12-16 16:21:46] |
| User900285 - Posts: 99 |
|
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. |
