Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 05:00:32 +0000



Post From: Immediate entry/exit in spreadsheet system

[2019-04-09 23:37:38]
Sawtooth - Posts: 3992
If your entries are intrabar, and your exits are at close of bar, try this for entries:
=AND(YourEntryConditions,$J$8=0)
This will cause the entry to wait until you are flat from the previous bar's exit at its close.