Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 13:25:31 +0000



[Programming Help] - Automated Exit Question

View Count: 629

[2018-09-08 20:26:03]
User14682 - Posts: 83
How to I ask the system to exit only 1 at +500 when the position is 2? can I only remove half of a position if quantity is set at 2??

,AND($J$10>500)

Thanks
Brandon
[2018-09-08 21:29:03]
Sawtooth - Posts: 3993
If you are using L3 and N3 for your exits, you can use J82/J83 for the exit quantity.
[2018-09-09 20:06:06]
User14682 - Posts: 83
thanks.. I think I got it
[2018-09-09 20:21:02]
User14682 - Posts: 83
I cant get it to work... Example?
[2018-09-09 21:13:17]
Sawtooth - Posts: 3993
1. L3/N3 goes true when J10 > 500: =AND($J$8<>0,$J$10>500)
2. J82 is 1 to activate J83: =1
3. J83 is the exit quantity using a formula returning 1: =ABS(J8)/2

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account