Do you want to ignore a race when the previous race has not yet reported a P&L? If so then you could use a stored value at Bet Angel level, say "market_open" to = 1 on the condition that [matched bets >0] AND [market status = "open" OR "suspended"]. Then make it so "market_open" is cleared on condition that the market status = "closed".smgreyuk wrote: ↑Mon Oct 14, 2024 9:28 pmHmm
Could this work?
Screenshot 2024-10-14 212159.png
It's a Stored Value Changed Condition on the actual dutching rules. I am thinking that it checks to see if the "Counter" SV has changed in the last hour (1 second to 3600 seconds, or maybe even 99999 seconds, whatever the highest value can be used) only if it has changed then it puts the dutch back bets on... granted some races will be missed with this approach but at least it avoids putting incorrect stakes on
... I am not sure if this would work for when Counter is initialised at the start of the session (as in it's the first race of the day, Counter is initialised to 0, would it consider NULL to 0 as a change?) -
ADDITIONAL
According to the user guide:
"Note: The creation of a Stored Value will be considered as a ‘change’"
So this does sound promising, I just want to get your take on the approach first
Then make it so your triggers have a condition that the SV "market_open" must not be set.