Trigger a Rule on same Selection in a Different Market (Template)

User avatar
Tuco
Posts: 839
Joined: Wed Apr 15, 2009 1:43 pm

...thanks very much Dallas - this is the sort of semi-automation possibilities that I like :)
Anbell
Posts: 2379
Joined: Fri Apr 05, 2019 2:31 am

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
User avatar
Dallas
Posts: 23510
Joined: Sun Aug 09, 2015 10:57 pm

Anbell wrote:
Thu Jun 19, 2025 6:18 am
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
To bet multiple times on different runners will just require the triggers increasing on rule file (B)
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
Anbell
Posts: 2379
Joined: Fri Apr 05, 2019 2:31 am

Dallas wrote:
Thu Jun 19, 2025 11:20 am
Anbell wrote:
Thu Jun 19, 2025 6:18 am
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
To bet multiple times on different runners will just require the triggers increasing on rule file (B)
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.

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?
Post Reply

Return to “Bet Angel Automation - Horse racing - Pre off”