Hi Guys,
I am very new to this. I am trying to create a rules file that monitors market conditions and lays the First Favourite if the conditions are met. I have done that.
What I need to do is allow the rules file to monitor other markets for the same conditions but not place a second bet in any other market if the conditions are met until the bet placed on the first market is settled.
Any help would be greatly appreciated or if you can point me in the right direction.
Thank you.
Preventing bets being placed until matched bet is settled.
- jamesedwards
- Posts: 5878
- Joined: Wed Nov 21, 2018 6:16 pm
You can use stored values saved at Bet Angel level to communicate across events.Farsheedi wrote: ↑Tue Jun 16, 2026 1:23 pmHi Guys,
I am very new to this. I am trying to create a rules file that monitors market conditions and lays the First Favourite if the conditions are met. I have done that.
What I need to do is allow the rules file to monitor other markets for the same conditions but not place a second bet in any other market if the conditions are met until the bet placed on the first market is settled.
Any help would be greatly appreciated or if you can point me in the right direction.
Thank you.
eg set a stored value at Bet Angel level to = 1 when a bet is matched. Then back to = 0 once that market is closed. Then have a condition on new triggers that the same stored value must = 0
