Support Board
Date/Time: Wed, 27 Nov 2024 18:43:43 +0000
Post From: Time Range Highlight for Day Session
[2023-07-25 17:29:31] |
joshtrader - Posts: 488 |
Thank you John. In case anyone else does this, with volume/tick bars, I found it necessary to add the following change for greater accuracy: =OR(FRACTIME(A3) < $J$75, FRACTIME(A3) >= $J$76 + (1/86400))
This is because the end time is expressed as :59 seconds when in fact it is :00, exclusive. I did not test this at the midnight boundary so caution on that, but for anything else I think it should work. |