Pages:
Actions
  • #1 by cxkev on 27 Feb 2013
  • Evening,

    In Horse Racing, is there anyway I can program in a condition that a selection must have had at least 4 races in the last 12 months?

    Thanks,

    cxkev
  • #2 by Oxa (WellDoneSoft) on 27 Feb 2013
  • I don't think this information is stored somewhere in the API, sorry.

    You may try to experiment with the silks, such as checking the parameter "Days since last run" or analysing the form.
  • #3 by cxkev on 27 Feb 2013
  • Ok thanks, I can see a variable silk_form_length so presumably if that if that is >=4 then it means the selection has had at least 4 races under it's belt.. Ill make do with that and hope it doesn't make too much of a difference if they were in last 12 months or not.


    Thanks for your help,

    cxkev
  • #4 by mcbee on 27 Feb 2013
  • hi
    the other way would be to have the conditions
    and trigger expression silk_form_1 is not equal to "-"
    and trigger expression silk_form_2 is not equal to "-"
    and trigger expression silk_form_3 is not equal to "-"
    and trigger expression silk_form_4 is not equal to "-"
    because the - means last year
    so 32-642 would be 3 runs this year

    mcbee
  • #5 by cxkev on 27 Feb 2013
  • Thanks mcbee
Pages:
Actions