Support Board
Date/Time: Thu, 11 Sep 2025 02:44:18 +0000
Post From: Exit at certain time
[2015-02-12 22:47:04] |
Sawtooth - Posts: 4263 |
Try this: L3: =AND($J$8>0,$J$41-$J$42>TIMEVALUE("00:59:59"),$J$41-$J$42<TIMEVALUE("01:00:05")) N3: =AND($J$8<0,$J$41-$J$42>TIMEVALUE("00:59:59"),$J$41-$J$42<TIMEVALUE("01:00:05")) Column A is the bar open time. J41 is the chart update time; it is updated much more frequently. J42 is the time of the most recent entry. |