Pages:
Actions
  • #1 by winehouse on 29 Dec 2011
  • Hi.

    I've used MFP before, but not for a while.

    I want to try something new so if anyone can help me, it would be appreciated.

    I'd like to bet on the under/over goals market, depending on the current score.

    For example, if the score is 1-0, i'd like to bet on U/O 2.5, if it's 1-1, i'd like to bet on U/O 3.5 etc.

    Could someone help me with a trigger for this?

    Thanks for any help.

    Best regards
  • #2 by rubold on 29 Dec 2011
  • Firstly you need to load all of the markets you are interested in.
    I don't know whether you are backing or laying, but the conditions you might use are as follows:

    (Lay or Back First Matching Selection)

    Any selections index = (the index of the selection you are placing, will be 1 or 2)
    AND Trigger Expression market_score1 =1
    AND Trigger Expression market_score2 =0
    AND Markets Name Contains "2.5"

    Any selections index = (the index of the selection you are placing, will be 1 or 2)
    AND Trigger Expression market_score1 =1
    AND Trigger Expression market_score2 =1
    AND Markets Name Contains "3.5"

    etc.....



  • #3 by winehouse on 29 Dec 2011
  • Thanks for the reply.

    There could potentially be a lot of triggers if I went through all the possible scores.

    Is there something I could do with market_score1+market_score2, so there's just one trigger?

    Best regards
  • #4 by Tim (WellDoneSoft) on 29 Dec 2011
  • Market's Name contains market_score1+market_score2+0.5
    should work
  • #5 by winehouse on 31 Dec 2011
  • Thanks for your help.

    I've set the trigger up and I'm just about to test it.

    Is there a way of automatically loading all the O/U markets, rather than just the O/U2.5 which is the only option?

    Best regards
  • #6 by rubold on 31 Dec 2011
  • No, not till Version 7 appears, which should be soon (hopefully ???)
  • #7 by winehouse on 02 Jan 2012
  • Hi.

    Tried this

    Market's Name contains market_score1+market_score2+1.5

    It's not firing any bets in.

    I've even tried it with quote marks eg

    "market_score1+market_score2+1.5"

    Can anyone see why it won't work?

    Best regards
Pages:
Actions