Support Board
Date/Time: Tue, 13 May 2025 16:59:25 +0000
Post From: Multiple attached entry orders
[2018-05-16 15:51:28] |
Zdislav - Posts: 73 |
There is this in the first order statement: sc.CancelAllWorkingOrdersOnExit = true; Try to remove it. And also check the lines for setting stop offset: NewOrder.Stop1Offset = StopValue.GetFloat() * sc.TickSize; If the StopValue is in ticks, it should be an Integer...StopValue.GetInt() Z. |