Hi,
I am trying to get the price of each horse in a race 10 hours before the start.
I used one rule each for up to 20 horses, meaning 20 rules, each has a selection of “Any” and a condition corresponding to the Stall Number of each horse which then should put the price to its dedicated SV (such as “1Before” , “2Before” and so on) but before I left for work I had expected it to trigger for a race near 2 o’clock today and it hadn’t.
I picked 20 to cover nearly all races, I would imagine the later numbers /stored values such as 18, 19 , 20 would be ignored most of the time
I have a feeling there’s an easier way of achieving this (as well as a correct way).
My initial thinking was doing one rule selecting “Every” but I wouldn’t know how to separate the prices out of each horse doing it that way.
Could someone point me in the right direction with this please?
Thank you
Tracking each horse’s price in a race
-
- Posts: 1693
- Joined: Fri Nov 20, 2015 9:38 am
Using EVERY would store the price against that horse, so would end up with something like:
Horse1 10HourPrice = 2.4
Horse2 10HourPrice = 5.6
Horse3 10HourPrice = 6.8
etc
where10HourPice is your stored value...
(so just the one rule will work to capture the value for all horses)
The SV's are then available to export or condition against within your bot at a horse / selection level.
If you also make the SV as "shared" then you can also display this on your ladders as a Marker..
Horse1 10HourPrice = 2.4
Horse2 10HourPrice = 5.6
Horse3 10HourPrice = 6.8
etc
where10HourPice is your stored value...
(so just the one rule will work to capture the value for all horses)
The SV's are then available to export or condition against within your bot at a horse / selection level.
If you also make the SV as "shared" then you can also display this on your ladders as a Marker..
-
- Posts: 1693
- Joined: Fri Nov 20, 2015 9:38 am
something like this?
You do not have the required permissions to view the files attached to this post.