Login Page - Create Account

Support Board


Date/Time: Tue, 04 Feb 2025 09:59:28 +0000



Post From: How to Create a DATE RANGE for the Replay

[2020-01-08 23:28:00]
Sawtooth - Posts: 4166
You can include something like this in your K3/M3 entry formulas:
=AND(INT($J$41)>=DATEVALUE("12-20-2019"),INT($J$41)<=DATEVALUE("12-31-2019"),YourEntryConditions)

Or you can use J28 to disable autotrading for all dates outside a date window with a formula like this:
=OR(INT(J41)<DATEVALUE("12-20-2019"),INT(J41)>DATEVALUE("12-31-2019"))