Support Board
Date/Time: Mon, 15 Sep 2025 05:13:07 +0000
Post From: Dynamically Update Tick Size
[2024-09-06 20:01:24] |
ForgivingComputers.com - Posts: 1122 |
Try this: // Set price offsets
newOrder.Target1Offset = targetPriceOffset; newOrder.Stop1Offset = stopPriceOffset; |