Login Page - Create Account

Support Board


Date/Time: Tue, 19 May 2026 22:30:55 +0000



Post From: Automated Trading

[2019-01-06 14:51:22]
Sawtooth - Posts: 4332
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.