Support Board
Date/Time: Mon, 21 Apr 2025 17:02:43 +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
|