Support Board
Date/Time: Thu, 28 Nov 2024 06:33:44 +0000
Post From: How to exit trade when daily profit target hit
[2023-06-01 23:19:39] |
Sawtooth - Posts: 4120 |
You can flatten your position with =J10 + J45>= 500 in cell J29. Use a formula like this in J28: =AND(J8 = 0, J10 + J45 >= 500) This will allow autotrading to not be disabled until you're flat, allowing J29 to work. However, since J10 is not persistent, J28 could immediately enable auto trading because J10 will go to zero when flat. You might need to use 550 instead so that J45 stays >500 when flat. |