Pages:
Actions
  • #1 by albert5585 on 05 Jan 2023
  • I have a trigger which as the final condition has:
    • Market's Minutes Since the Off is equal or less than 1

    In other words I only want the trigger to fire in the first minute after the start.

    However, I have noticed on several occasions that despite this condition the trigger fires and lays bets BEFORE the off

    Prior to the off is Minutes Since the Off calculated as a negative number (hence the trigger firing because the condition is therefore true)?

    If so, should condition above be replaced with two conditions:
    • Market's Minutes Since the Off is equal or greater than 0
    • AND
    • Market's Minutes Since the Off is equal or less than 1


    Thx
  • #2 by MarkV on 05 Jan 2023
  • Hi
    If you set the market status field in the trigger to in-play that should take care of it

    or you can use conditions:
    markets status is in-play
    and markets minutes since the off is between 0.001 and 1

  • #3 by albert5585 on 05 Jan 2023
  • Perfect - many thanks
Pages:
Actions