Login Page - Create Account

Support Board


Date/Time: Wed, 18 Jun 2025 14:33:09 +0000



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

[2025-02-26 14:51:48]
ondafringe - Posts: 325
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