Login Page - Create Account

Support Board


Date/Time: Sat, 15 Nov 2025 14:59:18 +0000



Post From: How to get current time for time-based alerts?

[2025-09-17 17:02:46]
neevaksama - Posts: 70
For convenience sake I placed the following into my Clock indicator > Alerts Tab

- Code that checks if time is 9:45:00AM - 9:45:01AM:
=AND(FRACTIME(NOW()) >= FRACTIME(TIME(9, 45, 0)), FRACTIME(NOW()) < FRACTIME(TIME(9, 45, 1)))
- Enabled option checked

-------------

Yup, you're right, a simple alert at 09:45.

The Time Alert doesn't seem to work in Market Replay as I can't set past timings.