Pages:
Actions
  • #1 by layfavin on 28 Jan 2019
  • Hi,

    How do I write a formula to only bet in the place market when only 50% of field in the win market  are below say 19 odds?
  • #2 by mcbee on 28 Jan 2019
  • hi
    new trigger to record the INTEGER(runner_number/2)
    betting trigger condition
    and trigger expression winplace_r_rn_back_price is equal or less than 19
    the rn is the name for the variable to record the runner number.
    problem if there are uneven runner numbers then it chooses the number less than 50% but should be no problem to the system.


    mcbee
  • #3 by layfavin on 29 Jan 2019
  • thank you could you check the attached is correct pleaae
  • #4 by mcbee on 29 Jan 2019
  • hi
    sorry.
    1 trigger to record the runner number
    set user variable rn INTEGER(runner_number/2)

    2nd trigger to place the bet with the condition  and trigger expression winplace_r_rn_back_price is equal or less than 19  

    mcbee
  • #5 by layfavin on 29 Jan 2019
  • Great resolved 
Pages:
Actions