Pages:
Actions
  • #1 by mikethebet on 01 Mar 2016
  • What condition can I use to define the gap in price between the favourite, second favourite and third favourite in a race so that I can stipulate a gap of say 1.5 pts. as in odds of 3 and 4 would not be a bet but odds of 3 and 4.5 would be a bet
    Mike
  • #2 by MarkV on 01 Mar 2016
  • Hi
    g_ticks(r_1_back_price, r_2_back_price) will give you the difference in ticks between the back price of the fav and second fav.

    and selections trigger expression g_ticks(r_1_back_price, r_2_back_price) is greater than <your number of ticks between 1st and 2nd favs>
    and selections trigger expression g_ticks(r_2_back_price, r_3_back_price) is greater than <your number of ticks between 2nd and 3rd favs>

    or you could simply subtract the prices:
    and selections trigger expression r_2_back_price - r_1_back_price is greater than 1.5 
  • #3 by mikethebet on 02 Mar 2016
  • Hi
    Many thanks for that, I am struggling using difference in ticks as opposed to difference in prices,
    you seem to have sorted it for me I am grateful.
    Mike
Pages:
Actions