Author Topic: Activate triggers at certain hours range of the day  (Read 736 times)

Tags:
  • All members
  • Posts: 60
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


  • Moderator
  • Posts: 3606
*
Re: Activate triggers at certain hours range of the day
« Reply #1 on: 07 Aug 2019, 18:59 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 60
Re: Activate triggers at certain hours range of the day
« Reply #2 on: 08 Aug 2019, 22:02 »
Thank you very much!

 

Please note, BetFair is seems to be currently OFFLINE