Pages:
Actions
  • #1 by yorkiemac08 on 30 Mar 2013
  • Hi how do i write a condition
    i want to back a horse at x if the next horse in the betting is x amount of ticks higher an example would be back at 2 only if the next horse is over 4 so would result in 70 ticks
    Regards Andrew
  • #2 by MarkV on 30 Mar 2013
  • Hi
    For fav:
    and second favourites back price is equal or greater than r_ticks(r_1_back_price, 70)

    or
    First matching selection
    all other selection's back price is equal or greater than r_ticks(back_price, 70)
  • #3 by yorkiemac08 on 30 Mar 2013
  • Cheers Mark i wasnt that far of with my conditions but i wasnt quite there
  • #4 by yorkiemac08 on 02 Apr 2013
  • Hi i used the condition First matching selection
    all other selection's back price is equal or greater than r_ticks(back_price, 80) which is 5 but it still bet even though the next horse was 4.9 so i tried the condition
    all others selections back price is equal or greater than 5 and still didnt work.
    I have a user variable for r_2_back_price to record the 2nd horse at the time of matching would they be conflicting with each other by any chance? Also is the condition
    all others selections back price is equal or greater than 5 worded correct?
  • #5 by mcbee on 02 Apr 2013
  • hi
    if you are backing the fav if the second fav is x ticks greater, then use the condition.
    and selections trigger expression r_2_back_price is equal or greater than r_ticks(r_1_back_price,80)

    mcbee
  • #6 by MarkV on 02 Apr 2013
  • Hi
    First matching selection
    selection's back price is less than r_ticks(back_price, 80)
    and all other selection's back price is equal or greater than r_ticks(back_price, 80)
  • #7 by yorkiemac08 on 02 Apr 2013
  • Thanks lads  :) Mcbee i am backing the 1st matching.
    Mark if i use the condition selection's back price is less than r_ticks(back_price, 80) does this back when the gap is 80 ticks or do i have the condition selections back price is equal or less than 2?
  • #8 by MarkV on 02 Apr 2013
  • I was just thinking about that. The first condition is almost a dummy condition. You could just as well have
    First matching selection
    selection's back price is greater than 1.01
    and all other selection's back price is equal or greater than r_ticks(back_price, 80)

    it should do it unless anyone can think of a better 1st condition?
  • #9 by yorkiemac08 on 02 Apr 2013
  • Mark what condition do i use for inplay fav and 2nd fav?
  • #10 by MarkV on 02 Apr 2013
  • Mark what condition do i use for inplay fav and 2nd fav?
    Rank

    I think you need to define the first selection a bit better. Rank is a good start, but then so is mcbee's suggestion above
  • #11 by yorkiemac08 on 02 Apr 2013
  • Thanks i will use a few different conditions cheers  :)
Pages:
Actions