Author Topic: Tennis points  (Read 4316 times)

Tags:
  • All members
  • Posts: 13
Tennis points
« on: 10 Oct 2015, 15:13 »
Hello,

can anybody help me how to place a triggered bet in a Tennis Match if for example the actual score is 30-0?


  • All members
  • Posts: 3607
Re: Tennis points
« Reply #1 on: 10 Oct 2015, 15:32 »
Hi
Use conditions similar to this:

selections trigger expression score_exists is equal to 1
and selections trigger expression tennis_player1_points_won is equal to 30
and selections trigger expression tennis_player2_points_won is equal to 30
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: 94
Re: Tennis points
« Reply #2 on: 10 Oct 2015, 15:42 »
Hi Mark,
why condition selections trigger expression score_exists is equal to 1 is used here?
if there is not score on some match than trigger will not be executed, or I missed something?
And in this particular case :
selections trigger expression tennis_player2_points_won should be equal to 0(not 30)

  • All members
  • Posts: 3607
Re: Tennis points
« Reply #3 on: 10 Oct 2015, 16:15 »
Hi mips
You are right on both.
I use the score_exists condition as an initial check and delete market if equal to 0, saves market refreshing unnecessarily etc. but it is not required
misread 1st post, thanks  ::)
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: 13
Re: Tennis points
« Reply #4 on: 10 Oct 2015, 20:53 »
Thanks for your help guys  ;D

  • All members
  • Posts: 13
Re: Tennis points
« Reply #5 on: 11 Oct 2015, 11:09 »
Which is the best way to be sure that the trigger only fires a back bet if the lay price is not more dann 1-3 ticks away?

  • All members
  • Posts: 3607
Re: Tennis points
« Reply #6 on: 11 Oct 2015, 12:19 »
Hi
here is one way:
and selections trigger expression g_ticks(back_price, lay_price) is equal or less than 3
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