Pages:
Actions
  • #1 by Trojan on 11 Mar 2015
  • Hi,
         How do I create a trigger that will reload it after 45 mins. As if you were pressing the reload button in triggers.

    Cheers
  • #2 by tupp on 11 Mar 2015
  • What do you want to achieve? Maybe there is a betters solution than reloading the trigger, beside I don't think it's possible with automatic reloading a trigger.
  • #3 by LarpHager on 11 Mar 2015
  • yes you can do it by closing the block with a timer. Not exactly sure of the details.
    • LarpHager
  • #4 by MarkV on 11 Mar 2015
  • Hi
    If you are wanting to repeat a trigger block at 45 minute intervals please have a read of this article. You will need to have an understanding of the Close Block trigger action. In the example you would set the block to repeat No More Often Than 2700.00 seconds. http://blog.marketfeeder.co.uk/blog-eng/54-how-to-repeat-actions-in-the-same-market.html

    If you are wanting to repeat the same block of triggers for example before the start of a football game, and again at half time:
    set the block to repeat: Specific number of times: 2
    Conditions in betting trigger:
    AND
         markets minutes before the off is between 0.50 and 1.00
         or markets minutes since the off is between 48.00 and 52.00

    If you are wanting to repeat a single trigger you can set it's Execute field to No More Often than 2700.00 seconds

    Please be careful and use test mode especially when testing repeating triggers. They can empty your bank in no time if not correct.
  • #5 by Trojan on 12 Mar 2015
  • The only reason is on some Australian horse results they don't settle properly sometimes. Reloading the trigger will start it again.
  • #6 by MarkV on 12 Mar 2015
  • Hi
    Trigger Action: reset Win/Lose History?
  • #7 by Oxa (WellDoneSoft) on 04 Apr 2015
  • I can suggest a simple workaround: just add another condition to the block that waits for the previous event to settle:

    Trigger [trigger name] Number of runs is equal to 0 overall
    or Previous Triggered Event's Status is Settled
    or Previous Triggered Event's Minutes Since the Off is greater than X


    Simply set X to the number of minutes you are prepared to wait, after which you'll want to ignore that race and move on.
Pages:
Actions