Support Board
Date/Time: Wed, 05 Nov 2025 11:21:35 +0000
Post From: Resetting Conditions in L3 after working orders are cancelled.
| [2015-07-27 13:35:04] |
| Sawtooth - Posts: 4285 |
|
Not sure this would help but we can add a cell indicating that there are working orders.
I've used J3 or J4 for this purpose.L3 will reset intrabar if it goes FALSE. Try something like this: =AND(YourExitConditions,$J$4=0) Or if you have an existing OCO bracket order, but you want to exit with a formula: =AND(YourExitConditions,-$J$3=$J$8) |
