Login Page - Create Account

Support Board


Date/Time: Fri, 18 Oct 2024 04:36:02 +0000



[User Discussion] - Spreadsheet Help - Exit position based on entry bar High or Low

View Count: 114

[2024-07-24 20:49:52]
User647607 - Posts: 15
Thank you for any help you may provide.

I have all of the logic for entries and scale outs worked out in a spreadsheet. I'd like to be able to tell the system to automatically exit a long if price closes below the low of the entry bar for a long. Conversely, I'd like to be able to tell it to exit automatically if price closes above the high of the entry bar for a short.

Any suggestions?
[2024-07-25 01:10:11]
Sawtooth - Posts: 4096
Create a persistent variable of the High and Low of the entry bar using this example in P3:
=IF(K3,C3,IF(M3,D3,P4))
-then compare E3 with P3.

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

Login

Login Page - Create Account