Support Board
Date/Time: Wed, 05 Nov 2025 04:46:09 +0000
Post From: Disable Trading Time Formula
| [2020-07-22 17:12:31] |
| User355030 - Posts: 167 |
|
@tomgilb this formula actually doesn't work because if 00:00:00 - 07:00:00 doesn't have a trade, then 09:00:00 - 15:00:00 can have potentially two trades. =OR(AND(FRACTIME(J41) > TIMEVALUE("00:00:00"), FRACTIME(J41) < TIMEVALUE("07:00:00"),J52<1), AND(FRACTIME(J41) > TIMEVALUE("09:00:00"), FRACTIME(J41) < TIMEVALUE("15:00:00"),J52<2)) |
