Pages:
Actions
  • #1 by Chris McNamara on 22 Sep 2017
  • Hi all,

    I was wondering if there is a native way to achieve the below:

    • Place a back bet in the Correct Score Market (0-0)
    • IF the Fav's back_price in the 1X2 market is greater than, say, 1.7
    • AND
    • IF Under 2.5 Goals back_price in the U/O 2.5 Goals Market  < 3.0

    Feels like the solution must lie somewhere in the football1_ etc prefix, but I can't work out how that could be done.

    Any ideas? 
  • #2 by MarkV on 23 Sep 2017
  • Hi
    conditions:
    markets betting code is Correct Score (Soccer)
    and selections index is equal to 1
    and selections trigger expression football1_r_1_back_price is greater than 1.70
    and selections trigger expression football8_s_1_back_price is less than 3.00

    please use test mode to try it
  • #3 by Chris McNamara on 25 Sep 2017
  • That's amazing, thanks MarkV. 

    Is there anywhere I can read the documentation of the additional syntax you've used there on the football1_ ?
  • #4 by MarkV on 25 Sep 2017
  • Hi
    yes, Help File:

    football1_ : Market Variables > Prefixes for Cross-Market Betting
    s_ : Selection Variables > Referring to selections by their index
    r_ : Selection Variables > Referring to selections sorted by price

    so an example of putting them together:
    if you want to check back price of Under in OU2.5
    OU2.5 cross-market prefix is: football8_
    Under is selection index 1 : s_1_
    back price is : back_price

    football8_s_1_back_price
    and selections trigger expression football8_s_1_back_price is less than 3.00
Pages:
Actions