Support Board
Date/Time: Mon, 27 Oct 2025 09:45:59 +0000
Post From: How to limit Study/Price overlay to evening session only?
| [2024-09-18 18:15:01] |
| tokauo - Posts: 48 |
|
Thanks you. I've made an attempt = AND ( OR (C>O), BARTIME >= TIME(16, 15, 01), BARTIME <= TIME(22, 29, 59)) , it is working until I change "end" time to next day, like this = AND ( OR (C>O), BARTIME >= TIME(16, 15, 01), BARTIME <= TIME(09, 29, 59)) , than it stop to work.What I'm doing wrong? Thanks you |
