Pages:
Actions
  • #1 by pjzan on 06 Aug 2019
  • Hi,

    I`m trying to make a trigger  that will be active only only works in 3 ranges of hours in the day:

    -First range: from 12h to 15h
    -Second range: from 19h to 20:30h.
    -Third range: from 23h to 1:30h.

    Is possible? what do you think is the best way to do this?

    Best regards

  • #2 by MarkV on 07 Aug 2019
  • Hi
    add a condition block to your betting trigger:

    AND
         global current time is between 12:00 and 15:00
         or global current time is between 19:00 and 20:30
         or global current time is between 23:00 and 01:30


    another way you can try is:

    global current time is greater than 19:00
    and global current time is less than 20:30

    test these in test mode first to see it does what you want
  • #3 by pjzan on 08 Aug 2019
  • Thank you very much!
Pages:
Actions