Pages:
Actions
  • #1 by tomster on 03 Feb 2014
  • Hello....

    Is there some trigger/option that is fired everytime that Game is finished....

    so if points are 30-15, then 40-15, and then first player scored again and wins Game,  some trigger is fired...
  • #2 by MarkV on 03 Feb 2014
  • Hi
    The market_score variables show 0-15, 40-30, 15-15 etc. during a game.
    The market_score variables show 0-1, 1-0, 2-1 etc. after the game points.

    So you can use:
    and selections trigger expression market_score1+market_score2 is less than 15

    You can qualify that by also using previous score:
    AND
    selections trigger expression market_pscore1 is equal to 40
    or selections trigger expression market_pscore2 is equal to 40
  • #3 by tomster on 03 Feb 2014
  • cool!

    What about server and receiver player...is there any way to check which is which?
  • #4 by MarkV on 03 Feb 2014
  • Hi
    That data is not available to the program currently.
    There should be a new live score API from Betfair due in a few months time which hopefully will include tennis server data.
Pages:
Actions