I don't have live pictures of the racing.
I notice sometimes a race is suspended at the expected end but then goes back in-play, I have assumed we have a photo finish and we're now betting on the outcome.
I want my rules to stop all betting at the first suspension.
Is there any way of ensuring that? The inplay condition doesn't seem to trigger a signal when it goes fro in-play to suspended.
Stop betting at first suspension after going in-play.
Set an initial signal of "Suspended = 0".
Then set a rule to identify when time since unsuspend = 1 second which sets a signal (e.g. set value of Suspended = 1)...maybe have initiated 30 seconds after the market goes In Play.
Then add a validation rule to each rule you want to be affected of "Signal Value "Suspended" = 0.
That way, when the suspension happens (and bets are stopped), and then comes back, one second after the suspension is open the value will go to 1 and all other rules that require Suspended value of 0 will become invalid.
Would that work?
Then set a rule to identify when time since unsuspend = 1 second which sets a signal (e.g. set value of Suspended = 1)...maybe have initiated 30 seconds after the market goes In Play.
Then add a validation rule to each rule you want to be affected of "Signal Value "Suspended" = 0.
That way, when the suspension happens (and bets are stopped), and then comes back, one second after the suspension is open the value will go to 1 and all other rules that require Suspended value of 0 will become invalid.
Would that work?
I'll give it a try.
I tried using a set signal rule, starting in-play + 30secs, the only condition being the in-play condition. If the condition Market NOT in play = true it was supposed to set signal "No More Bets" = 1, then my bet rules could simply say "No More Bets" must = 0 to trigger, but it didn't work, the signal didn't change when the market was suspended.
I tried using a set signal rule, starting in-play + 30secs, the only condition being the in-play condition. If the condition Market NOT in play = true it was supposed to set signal "No More Bets" = 1, then my bet rules could simply say "No More Bets" must = 0 to trigger, but it didn't work, the signal didn't change when the market was suspended.