Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 07:00:52 +0000



Post From: Immediate entry/exit in spreadsheet system

[2019-04-09 23:37:38]
Sawtooth - Posts: 4263
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.