Support Board
Date/Time: Sun, 22 Dec 2024 15:45:08 +0000
Post From: trailing stop question
[2015-02-05 03:52:11] |
onnb - Posts: 662 |
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; |