Support Board
Date/Time: Mon, 16 Jun 2025 02:36:20 +0000
Post From: DLL version not in sync with 2758
[2025-05-19 21:22:37] |
John - SC Support - Posts: 40422 |
Ok, now we understand what is going on. Whatever AI you were using was wrong. They gave you what you wanted to hear instead of the reality. There is no function for the following: sc.CancelOrder(OrderID, sc.SelectedTradeAccount); There is only the existing function for the following: sc.CancelOrder(OrderID); The functions that are available within ACSIL are all called out in the 'sierrachart.h' file in the ACS_Source folder under your main Sierra Chart installation. So always look there first to see if something exists. We have updated the documentation recently so everything up to version 2755 of ACSIL should be listed in our documentation as well at the following links: ACSIL Interface Members - Variables and Arrays ACSIL Interface Members - Functions Automated Trading From an Advanced Custom Study But admittedly, we do get behind with that documentation, which is why we reference you to the sierrachart.h file first. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |