Support Board
Date/Time: Sun, 22 Dec 2024 05:06:18 +0000
Post From: Resetting Conditions in L3 after working orders are cancelled.
[2015-07-27 13:35:04] |
Sawtooth - Posts: 4141 |
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) |