Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 18:08:56 +0000



Post From: Bar Time Duration

[2016-08-21 00:09:02]
Sawtooth - Posts: 4214
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