Hi all hoping someone can help with this.
I'm placing a bet and I want to track it. But I'm not sure how to.
I've set up a SV called BACK_BET_FIRED when my back bet rule triggers and set it to an entered amount of 1
I then want to know if this Back bet is matched before a next action happens.
But I can't seem to find a way to track if that SV BACK_BET_FIRED has been matched? If there Was an option that would Suit I would then add another entered amount of 1 so that it equals 2 and then move onto my next action.
Why I'm finding this tricky is I thought the number of matched bets on the selection rule would work. However this rule monitor ands adds up every time a new bet has been matched so if I put less than 1. it would then not work again as it could have matched somewhere else and cumulatively add them up. I believe that's how it works? So I'd need to reset this too etc.
To add I also may be massively over complicating this hence the questionioni
How do I track my bets?
- jamesedwards
- Posts: 4453
- Joined: Wed Nov 21, 2018 6:16 pm
Could you set an SV to equal the number of matched bets on a selection, then underneath this line, use a Stored Value Changed condition to test whether that SV has changed in the last second?Emtaxx wrote: ↑Wed Sep 24, 2025 12:45 pmHi all hoping someone can help with this.
I'm placing a bet and I want to track it. But I'm not sure how to.
I've set up a SV called BACK_BET_FIRED when my back bet rule triggers and set it to an entered amount of 1
I then want to know if this Back bet is matched before a next action happens.
But I can't seem to find a way to track if that SV BACK_BET_FIRED has been matched? If there Was an option that would Suit I would then add another entered amount of 1 so that it equals 2 and then move onto my next action.
Why I'm finding this tricky is I thought the number of matched bets on the selection rule would work. However this rule monitor ands adds up every time a new bet has been matched so if I put less than 1. it would then not work again as it could have matched somewhere else and cumulatively add them up. I believe that's how it works? So I'd need to reset this too etc.
To add I also may be massively over complicating this hence the questionioni