Support Board
Date/Time: Fri, 12 Sep 2025 07:52:14 +0000
Post From: Time Based Orders
[2014-10-31 15:34:44] |
Sawtooth - Posts: 4263 |
Something like this should work =AND($J$41-INT($J$41)>=TIMEVALUE("09:30:00"),$J$41-INT($J$41)<TIMEVALUE("09:30:03")) This will give a 3 second window at 9:30 am, because J41 only updates at each chart update. |