Pages:
Actions
  • #1 by mips on 09 Sep 2015
  • hi,
    I tried to make some triggers for tennis, but it seems that mfp not work correctly or I made some mistakes.
     
    I loaded some Set betting markets and put condition
    Market's betting code is Set Betting (tennis) , but I always getting FALSE. Anyone can tell me where is a mistake? When I try Market's betting code is Match Odds(soccer & tennis) then there is no problem for Match odds markets

    Also tried to make triggers regarding to current score but have no success. How to put condition that set score is 1-0 ?
    I tried
     Selection's trigger expression  tennis_player{1}_sets_won is equal to 1
     Selection's trigger expression  tennis_player{2}_sets_won is equal to 0
    but again got FALSE although current score was 1-0 in sets.

    Thanks.
  • #2 by MarkV on 09 Sep 2015
  • Hi
    for the variables it should be:
    tennis_player1_sets_won
    tennis_player2_sets_won

    and for the betting code condition I get the same as you when I test it (condition is always FALSE)
    but you can do a workaround using something like this:
    and selections trigger expression tennis4_s_1_back_price is greater than 0
  • #3 by mips on 11 Sep 2015
  • Thanks Mark, you are very helpful as always. Someone should check why betting code for Set betting never work. I used your suggestion with tennis_4 , but also  Market's name contains "Set Betting" can be used.
Pages:
Actions