Author Topic: Tennis - trigger after every Game end  (Read 2037 times)

Tags:
  • All members
  • Posts: 23
Tennis - trigger after every Game end
« on: 03 Feb 2014, 19:15 »
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...

  • Moderator
  • Posts: 3597
*
Re: Tennis - trigger after every Game end
« Reply #1 on: 03 Feb 2014, 20:05 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 23
Re: Tennis - trigger after every Game end
« Reply #2 on: 03 Feb 2014, 20:10 »
cool!

What about server and receiver player...is there any way to check which is which?

  • Moderator
  • Posts: 3597
*
Re: Tennis - trigger after every Game end
« Reply #3 on: 03 Feb 2014, 20:24 »
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.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE