Hi
I'm very new to using automation but slowly getting the hang of it. I have a set of rules to identify if there is a Non runner is a horse race (anyone who can tell me an easy way to do that I'd like to know!). It checks the market every 10 minutes that the original stored value is equal to the current stored value. I have noticed though that after a market suspension and then it being unsuspended, the rule stopped trigger despite only triggering 11/1000 times I asked it to do it.
Any ideas? I am sure it will be something basic! Greatly appreciated as I'm only just finding my feet on this!
Stored Value rule stopped triggering after a market suspension
If you have a condition testing the number is equal that will fail to be true once a runner is withdrawn. It needs to be able to trigger still and report the number is now one less
I'd also include a 'time since market unsuspended' condition is less than 5 secs
That will prevent it trigger unless its recently been suspended
I'd also include a 'time since market unsuspended' condition is less than 5 secs
That will prevent it trigger unless its recently been suspended
Thanks for the reply. Apologies, let me give more info.
I count the runners at 9am and store the number using a rule. There is then a rule to count them continually up to the off and store them in a separate value. I then compare value A to value B to identify when its changed. If it has changed I then set a value to indicate that has happened (value = NR) and this then triggers another rule which is to store the price of each selection. The purpose is to ensure that I don't place a bet closer to the off due to prices fluctuating based on a NR. I then clear that NR value and store value A with the updated number of runners and then the comparison continues A=B until there is a Non runner.
What happened yesterday was that the market suspended, then unsuspended but the rule to count the runners and store value B stopped triggering. The same scenario happened in a later market but it continued to trigger. It seems inconsistent.
Not sure if that helps
I count the runners at 9am and store the number using a rule. There is then a rule to count them continually up to the off and store them in a separate value. I then compare value A to value B to identify when its changed. If it has changed I then set a value to indicate that has happened (value = NR) and this then triggers another rule which is to store the price of each selection. The purpose is to ensure that I don't place a bet closer to the off due to prices fluctuating based on a NR. I then clear that NR value and store value A with the updated number of runners and then the comparison continues A=B until there is a Non runner.
What happened yesterday was that the market suspended, then unsuspended but the rule to count the runners and store value B stopped triggering. The same scenario happened in a later market but it continued to trigger. It seems inconsistent.
Not sure if that helps