Pages:
Actions
  • #1 by Stifmeister7 on 24 Dec 2012
  • Hey everybody,

    This is my first topic and my first try to develop a trigger. I've read the manual and now I think I can develop one, simple as possible with your help...


    To start, I would like to know if this is possible as a condition:

    (  "Over/Under " & market_score1 + market_score2 + 0,5"  ) - to enter in the under/over market which has the same goals as in the match (plus 0,5 of course).


    Another step, I would like him to recognise the favourite in the start of the match (a soccer one) and then compare its odds in the minute 75 (+/-). Is it possible?


    Thx!
  • #2 by MarkV on 27 Dec 2012
  • Hi
    For the market relating to the number of  goals you could try:
    and Market's Name contains “market_score1+(market_score2+0.5)”

    or do longhand triggers for each goal, e.g.
    Market's Name contains "0.5"
    and Selection's trigger expression market_score1+market_score2 is equal to 0

    Market's Name contains "1.5"
    and Selection's trigger expression market_score1+market_score2 is equal to 1
    etc.

    To compare odds after 75 minutes use a remember trigger
    here is an example you can adapt: http://marketfeeder.co.uk/solutions/bet-favourite/back-fav-leader/
Pages:
Actions