
Trigger a Rule on same Selection in a Different Market (Template)
I'm trying to get a version of this working.
I've got a BackThisHorse for $10 servant in a 1-click column. When I click it in the win market on a horse, I want to also have a $10 back bet on the same horse in the place market. On a typical race I might click 2 different horses once, and another two horses twice.
I've got it working to place a single bet on given horses per Dallas' instructions, but I'm struggling to get that second piece of info (how many bets) sent to the correct horse in the place market.
Anyone have any ideas how to achieve that?
Thanks
I've got a BackThisHorse for $10 servant in a 1-click column. When I click it in the win market on a horse, I want to also have a $10 back bet on the same horse in the place market. On a typical race I might click 2 different horses once, and another two horses twice.
I've got it working to place a single bet on given horses per Dallas' instructions, but I'm struggling to get that second piece of info (how many bets) sent to the correct horse in the place market.
Anyone have any ideas how to achieve that?
Thanks
To bet multiple times on different runners will just require the triggers increasing on rule file (B)Anbell wrote: ↑Thu Jun 19, 2025 6:18 amI'm trying to get a version of this working.
I've got a BackThisHorse for $10 servant in a 1-click column. When I click it in the win market on a horse, I want to also have a $10 back bet on the same horse in the place market. On a typical race I might click 2 different horses once, and another two horses twice.
I've got it working to place a single bet on given horses per Dallas' instructions, but I'm struggling to get that second piece of info (how many bets) sent to the correct horse in the place market.
Anyone have any ideas how to achieve that?
Thanks
and a number of place bet triggers condition on selection is equal to 0
It gets a little difficult when betting multiple times on the same runner, but your basically going to need to store the amount placed/matched or number of matched bets (depending on how you are betting in the first market)
Then pass that to the other file so in the same way as the runner ID is passed across and then use it as a condition/s
Thanks. I'm clicking on the column on the 1-click screen manually, reacting to what I see on the screen, so it might be 10 times on one horse on one race, or 3 times on 3 different horses in another.Dallas wrote: ↑Thu Jun 19, 2025 11:20 amTo bet multiple times on different runners will just require the triggers increasing on rule file (B)Anbell wrote: ↑Thu Jun 19, 2025 6:18 amI'm trying to get a version of this working.
I've got a BackThisHorse for $10 servant in a 1-click column. When I click it in the win market on a horse, I want to also have a $10 back bet on the same horse in the place market. On a typical race I might click 2 different horses once, and another two horses twice.
I've got it working to place a single bet on given horses per Dallas' instructions, but I'm struggling to get that second piece of info (how many bets) sent to the correct horse in the place market.
Anyone have any ideas how to achieve that?
Thanks
and a number of place bet triggers condition on selection is equal to 0
It gets a little difficult when betting multiple times on the same runner, but your basically going to need to store the amount placed/matched or number of matched bets (depending on how you are betting in the first market)
Then pass that to the other file so in the same way as the runner ID is passed across and then use it as a condition/s
The main issue that I'm struggling with (I think) is that I dont know how to send BOTH the selectionID and the (amount placed/matched or number of matched bets) per selectionID.
How do I send the selectionID AND the (amount placed) together to the second market? That is: How do I tell it to have $30 on horse 1 and $20 on horse 7?