Support Board
Date/Time: Thu, 11 Sep 2025 09:57:47 +0000
Post From: trailing stop question
[2015-02-05 03:52:11] |
onnb - Posts: 663 |
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; |