Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 18:01:50 +0000



Post From: Order quantity

[2015-11-07 17:40:59]
Sawtooth - Posts: 3990
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.