Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jan 2025 09:09:58 +0000



Post From: Automated Trading

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