Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 14:44:55 +0000



Post From: trailing stop question

[2015-02-05 03:52:11]
onnb - Posts: 661
if I submit an entry order with attached order trailing stop and I don't specify the offset, will it trail by the difference between Price1 and Stop1Price?


    order.Price1 = entryPrice;
    order.Stop1Price = stopPrice;
    order.AttachedOrderStop1Type = SCT_ORDERTYPE_TRAILING_STOP;