Support Board
Date/Time: Wed, 25 Dec 2024 06:05:12 +0000
Post From: Order quantity
[2015-11-07 17:40:59] |
Sawtooth - Posts: 4142 |
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. |