Pages:
Actions
  • #1 by steve10 on 10 Oct 2015
  • Hello,

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

  • #2 by MarkV on 10 Oct 2015
  • 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
  • #3 by mips on 10 Oct 2015
  • 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)
  • #4 by MarkV on 10 Oct 2015
  • 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  ::)
  • #5 by steve10 on 10 Oct 2015
  • Thanks for your help guys  ;D
  • #6 by steve10 on 11 Oct 2015
  • 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?
  • #7 by MarkV on 11 Oct 2015
  • Hi
    here is one way:
    and selections trigger expression g_ticks(back_price, lay_price) is equal or less than 3
Pages:
Actions