Support Board
Date/Time: Tue, 26 Nov 2024 15:28:59 +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: 4120 |
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 |