Author Topic: Football filter based on other monitored markets  (Read 2880 times)

Tags:
  • All members
  • Posts: 19
  • Gender: Male
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? 

  • Moderator
  • Posts: 3597
*
Re: Football filter based on other monitored markets
« Reply #1 on: 23 Sep 2017, 11:33 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 19
  • Gender: Male
Re: Football filter based on other monitored markets
« Reply #2 on: 25 Sep 2017, 12:44 »
That's amazing, thanks MarkV. 

Is there anywhere I can read the documentation of the additional syntax you've used there on the football1_ ?

  • Moderator
  • Posts: 3597
*
Re: Football filter based on other monitored markets
« Reply #3 on: 25 Sep 2017, 16:07 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE