Hi,
I have trigger to set user variable when first market from My Markets start (Global Current Time is between mr_1_event_start_timestr and mr_2_event_start_timestr) and it works.
But I'd like to set this user variable between 2 min and 0 min before start of first market from My Markets.
I tried with condition Global Current Time is between mr_1_event_start_timestr - (1/1440) and mr_1_event_start_timestr - but this is not working...
What should be the correct syntax in the trigger conditions editor?