Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 08:53:07 +0000



Post From: ACSIL - Unable to send concurrent Buy and Sell Orders

[2025-07-28 18:08:28]
User431178 - Posts: 763
Pretty sure this
sc.CancelAllOrdersOnEntriesAndReversals = true;
should be
sc.CancelAllOrdersOnEntriesAndReversals = false;
otherwise you just cancel the order as soon as the opposite order is entered.