Support Board
Date/Time: Tue, 16 Sep 2025 01:41:49 +0000
Post From: replacing stop order with trailing order
[2021-02-19 15:44:55] |
ForgivingComputers.com - Posts: 1123 |
You don't need to cancel the stop order, nor change its type. All you need to do is save the StopOrderID as a persistent variable after it is filled (Result > 0). Later, to move the stop, you use sc.ModifyOrder() to change the Price1 of the StopOrderID.
|