Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 06:02:09 +0000



Post From: Multiple Positions Entry and Exit

[2018-05-10 22:32:05]
Sawtooth - Posts: 4000
Your J26 formula doesn't specify a quantity when you want to flatten.
Instead of creating a more complex J26 formula, I would use J29 to flatten:
=OR(AND(J8>0,$J$9-E3>=10),AND(J8<0,E3-$J$9>=10))
and use the original L3:
=OR( AND( $J$8 = 5, E$3 - $J$9 > 10), AND( $J$8 = 3, E$3 - $J$9 > 20))

Actually, I prefer to use Attached Orders to handle targets and stops, if they are not a calculated level.
You can create a Trade Window configuration that will do what you want, then check 'Use Attached Orders'. Much easier. J26 only needs to be for entries, and L3/N3, J29 are empty.