Testing conditions of a trade after triggering but before it hits the market
- jamesedwards
- Posts: 4370
- Joined: Wed Nov 21, 2018 6:16 pm
Is there a way to test conditions of a selection at the time of a trade being triggered rather than after it hits the market? ie for in-play markets with Betfair in-play delay.
- jamesedwards
- Posts: 4370
- Joined: Wed Nov 21, 2018 6:16 pm
I mean to test against a selection in the time between a bet being triggered and it hitting the market.
eg in an in-play horse race I place a £10 ladder bet on HorseA and then want to immediately fire an alert if the odds of that horse are greater than 100.0. I don't want to wait until the £10 bet hits the market.
If you create a servant to place the £10 bet, then add a 'Alert' rule to give you a pop up message and add the conditions you want you want to test, that would give you an instant response and beat the bet to the marketjamesedwards wrote: ↑Thu Aug 10, 2023 7:02 pmI mean to test against a selection in the time between a bet being triggered and it hitting the market.
eg in an in-play horse race I place a £10 ladder bet on HorseA and then want to immediately fire an alert if the odds of that horse are greater than 100.0. I don't want to wait until the £10 bet hits the market.
You'd just need to include a 'number of place bet triggers condition' is equal to 1
So it only triggers once the bet rule has
- jamesedwards
- Posts: 4370
- Joined: Wed Nov 21, 2018 6:16 pm
Thanks DallasDallas wrote: ↑Thu Aug 10, 2023 7:08 pmIf you create a servant to place the £10 bet, then add a 'Alert' rule to give you a pop up message and add the conditions you want you want to test, that would give you an instant response and beat the bet to the marketjamesedwards wrote: ↑Thu Aug 10, 2023 7:02 pmI mean to test against a selection in the time between a bet being triggered and it hitting the market.
eg in an in-play horse race I place a £10 ladder bet on HorseA and then want to immediately fire an alert if the odds of that horse are greater than 100.0. I don't want to wait until the £10 bet hits the market.
You'd just need to include a 'number of place bet triggers condition' is equal to 1
So it only triggers once the bet rule has