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?
I need to get this file working - I'll need to spend some time on it as I'm wanting to be able to trigger either back bets in linked markets or lay bets in linked markets and need to be able to link multiple markets. When I tried a while ago it triggered bets in market (b) but not in market (c).
----------------------------------------
...and even before I've managed to get this servant automation working, my head is also now telling me I need to develop an additional but opposite version of this servant where I back a selection in market (a) and that triggers lay bets to be fired for the same selection in different linked markets (b), (c), (d) etc.
I'd also like the file to cancel lay bets only on the chosen selection in market (a) (ie not cancel all unmatched bets on all selections) when the back bet is fired into the market (a) and cancel back bets only on the same selection (but only that selection) in markets (b), (c), (d) etc. when it triggers the lay bets to be fired. I plan to use this in active in-play markets so there will likely be an in-play delay.
----------------------------------------
...and even before I've managed to get this servant automation working, my head is also now telling me I need to develop an additional but opposite version of this servant where I back a selection in market (a) and that triggers lay bets to be fired for the same selection in different linked markets (b), (c), (d) etc.
I'd also like the file to cancel lay bets only on the chosen selection in market (a) (ie not cancel all unmatched bets on all selections) when the back bet is fired into the market (a) and cancel back bets only on the same selection (but only that selection) in markets (b), (c), (d) etc. when it triggers the lay bets to be fired. I plan to use this in active in-play markets so there will likely be an in-play delay.
