Support Board
Date/Time: Wed, 29 Oct 2025 14:55:31 +0000
Post From: Dynamically Update Tick Size
| [2024-09-06 20:01:24] |
| ForgivingComputers.com - Posts: 1150 |
|
Try this: // Set price offsets
newOrder.Target1Offset = targetPriceOffset; newOrder.Stop1Offset = stopPriceOffset; |
