Login Page - Create Account

Support Board


Date/Time: Thu, 01 May 2025 23:24:03 +0000



Post From: Inquiry Regarding Rapid Order Submission in ACSIL Automated Trading Study

[2025-02-26 14:51:48]
ondafringe - Posts: 322
You should be able to place multiple orders in rapid succession.

Check these settings in the Set Default block of code:

sc.MaximumPositionAllowed = n;
sc.AllowMultipleEntriesInSameDirection = true;
sc.AllowOnlyOneTradePerBar = false;
sc.AllowEntryWithWorkingOrders = true;

There are others, but check those first.
Date Time Of Last Edit: 2025-02-26 16:03:08