Support Board
Date/Time: Sat, 01 Nov 2025 01:28:38 +0000
Post From: Inquiry Regarding Rapid Order Submission in ACSIL Automated Trading Study
| [2025-02-26 14:51:48] |
| ondafringe - Posts: 328 |
|
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
|
