Support Board
Date/Time: Tue, 01 Jul 2025 00:14:32 +0000
Post From: Is there a way to programmatically disable auto-trading?
[2023-08-29 01:10:18] |
ondafringe - Posts: 325 |
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
|