Support Board
Date/Time: Wed, 27 Nov 2024 10:48:02 +0000
Post From: Is there a way to programmatically disable auto-trading?
[2023-08-29 01:10:18] |
ondafringe - Posts: 286 |
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
|