Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 16:27:23 +0000



Post From: Disable Trading Time Formula

[2020-07-22 17:12:31]
User355030 - Posts: 163
@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))