Pages:
Actions
  • #1 by mikethebet on 16 Jan 2016
  • Hi, I am here again, I have written a trigger that seems to work ok; it is a back then lay trigger.
    There are two potential lays so how do I stop the trigger after either of these lays has taken place.
    As obviously I only want one or the other to trigger, then close the trigger down completely.
    Mike
  • #2 by LarpHager on 16 Jan 2016
  • Hi


    depending on the trigger, you could use the firing execution option of ONCE PER MARKET.
    • LarpHager
  • #3 by armarni on 16 Jan 2016
  • or maybe could you use the trigger expression:


    trigger xxxxx1 number of runs is equal to 0
    and
    trigger xxxxx2 number of runs is equal to 0

    That way the trigger will only fire if both those triggers haven't fired yet in the market.

  • #4 by MarkV on 16 Jan 2016
  • Hi
    If the same trigger handles both lays then "First Matching Selection"
  • #5 by LarpHager on 16 Jan 2016
  • maybe you could use also use


    cancel then lay if your first lay attempt bet missed the boat and is waiting as unmatched.

    • LarpHager
Pages:
Actions