Login Page - Create Account

Support Board


Date/Time: Mon, 16 Jun 2025 02:30:05 +0000



Post From: DLL version not in sync with 2758

[2025-05-19 20:45:14]
fxtrades123 - Posts: 19
(v2752)

sc.CancelOrder(OrderID);

This approach attempts to manage orders for two separate accounts in a dual-script trading setup.
Sierra Chart v2752 does not allow specifying accounts when cancelling orders, causing the strategy to fail.

(v2758)

#define SC_DLL_BUILD_NUMBER 2758

sc.CancelOrder(OrderID, sc.SelectedTradeAccount);

This updated method clearly specifies which account’s order should be cancelled.
Sierra Chart v2758 supports explicit account specification, enabling correct operation of a dual-account trading strategy.


I just want to confirm that this approach works with 2758. And that the 2755 compiler version won’t not accept this for 2758.