Support Board
Date/Time: Sat, 06 Sep 2025 20:53:08 +0000
Post From: Order quantity
[2015-11-07 17:40:59] |
Sawtooth - Posts: 4261 |
Cell J29 just needs to go TRUE when you want to flatten. Something like this: =OR(AND(J8>0,YourBuyExitConditions),AND(J8<0,YourSellExitConditions)) BTW, for formulas in column J, reference row 3 if trigger is intrabar, reference row 4 if trigger is close of bar. |