Login Page - Create Account

Support Board


Date/Time: Sun, 30 Aug 2026 10:10:14 +0000



Post From: TIME used in configured Alert Condition using other study output incorrectly triggering

[2026-07-15 21:10:41]
Sawtooth - Posts: 4350
I want to trigger on bar close when a bar's duration time is below 1 minute 30 seconds
The TIME function refers to a time of day, not a time duration.

90 seconds is equal to 90/86400 because there are 86400 seconds in a 24hr day.

Try this formula:
=AND(ID29.SG1<90/86400)

Spreadsheet Example Formulas and Usage: Using Date Time