Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 15:00:13 +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.