Login Page - Create Account

Support Board


Date/Time: Mon, 28 Oct 2024 08:57:30 +0000



Post From: How can I add a delay before a trade decision is made in Spreadsheet for Trading study?

[2023-11-20 16:42:10]
Sawtooth - Posts: 4100
Maybe you could set symbol B to an intrabar entry 1 second beyond the Open.
=AND(YourEntryConditions,$J$41>=A3+1/86400)

Or require the difference between A's J41 and B's J41 to be >= 1 second:
=ABS(Sheet1!J41-Sheet2!J41)>=1/86400