Login Page - Create Account

Support Board


Date/Time: Sun, 23 Feb 2025 21:53:20 +0000



Post From: replacing stop order with trailing order

[2021-02-19 15:44:55]
ForgivingComputers.com - Posts: 1012
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.