Support Board
Date/Time: Fri, 23 May 2025 22:40:05 +0000
Post From: Is there a way to programmatically disable auto-trading?
[2023-08-28 23:55:54] |
ForgivingComputers.com - Posts: 1058 |
I think the point is your code should detect the conditions under which it is ok to trade, and when it is not. The Trade Lock will prevent trades, but it will also generate errors if your study keeps firing a signal. Hard to rework something I cannot see, but if you are not checking various things before submitting an entry, you will get unwanted trades or errors.
|