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