Pages:
Actions
  • #1 by chilli on 29 Mar 2015
  • I believe there is a tennis api now and will be included in future versions of MarketFeeder but can anyone think of a way for a trigger to identify that a match has finished the first set? I basically want to cancel a bet if it hasn't been matched by the end of the first set. I could try and use set  landing prices to cover all pricing scenarios  as a guide but it would take a great deal of work for what amounts to a very simple trigger idea. Anyone got any ideas?
  • #2 by MarkV on 29 Mar 2015
  • Hi
    This is untested and I'm not sure if the syntax is right, just an idea.
    Use a cross-market prefix to look for a suspended Set 01 Winner market after the start of the event:

    In your Match Odds Cancel trigger:

    markets minutes since the off is greater than x
    and selections trigger expression tennis2_market_name contains "01"
    and selections trigger expression tennis2_market_inplay is equal to 1
  • #3 by chilli on 30 Mar 2015
  • Ok, many thanks, I'll give it a go.
Pages:
Actions