Support Board
Date/Time: Thu, 06 Nov 2025 08:53:18 +0000
Post From: Is there a way to programmatically disable auto-trading?
| [2023-08-29 01:10:18] |
| ondafringe - Posts: 328 |
|
Either use a global, or a persistent private, variable, most likely a bool. Whether you check the flag for true or false in order to make a trade depends on whether you use positive or negative logic. Then determine the *separate* condition where you will reset the flag to allow another trade. That condition could be as simple as setting up a hot key to manually reset the flag. Date Time Of Last Edit: 2023-08-29 01:50:26
|
