I'm try to do this;
In a horse race I have several possible selections, sometimes more than 5 so nominations won't be suitable.
I want to place a back bet on the selection with the lowest price out of the list.
I intend to create a stored value for selection name.
Use a text comparison condition for the list of selection names.
Does anyone know how to then only place a back bet for the selection with the lowest price in the list?
Thanks in advance
Text comparison condition to trigger only on the lowest priced selection in the list
-
- Posts: 1676
- Joined: Fri Nov 20, 2015 9:38 am
My 1st attempt would be to capture the price for all horses on your list.
Then use a SV to capture the "MIN" from that list (there is SV functionality that allows you to do this).
The back bet would then condition on
- the horse is on your list (using text comparison)
- the current price = MIN
May well be better ways to do it but that is where I would start in terms of trying to figure out a way..
Then use a SV to capture the "MIN" from that list (there is SV functionality that allows you to do this).
The back bet would then condition on
- the horse is on your list (using text comparison)
- the current price = MIN
May well be better ways to do it but that is where I would start in terms of trying to figure out a way..
-
- Posts: 1676
- Joined: Fri Nov 20, 2015 9:38 am
You do not have the required permissions to view the files attached to this post.
I've tested it but it doesn't appear to fire the MIN stored value when looking at the logs, it just collects the values for each selection. I've attached the rule file to see if you can see where I'm going wrong.
Thanks
Thanks
You do not have the required permissions to view the files attached to this post.