Login Page - Create Account

Support Board


Date/Time: Sat, 13 Sep 2025 19:22:36 +0000



Post From: Automated Trading

[2019-01-06 14:51:22]
Sawtooth - Posts: 4263
You can't use the NOW() function in replay because now is now, not a time in the past.

Use this instead:
=AND(FRACTIME($J$41)>=TIMEVALUE("09:30:00"),FRACTIME($J$41)<TIMEVALUE("09:30:02"))

J41 updates at each chart update, which is not necessarily as frequent as NOW(). This may cause entries to be slightly late, so you may need to widen the time window beyond 2 seconds.