Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 09:26:57 +0000



Post From: Bar Time Duration

[2016-08-21 00:09:02]
Sawtooth - Posts: 4147
To mark the bar that closes in less than 1 minute, try this:
=ID1.SG1<TIMEVALUE("00:01:00")

To mark the bar that closes in between 6 and 7 minutes, try this:
=AND(ID1.SG1>TIMEVALUE("00:06:00"),ID1.SG1<TIMEVALUE("00:07:00"))
Date Time Of Last Edit: 2016-08-21 15:29:53