Hi all.
I am looking to automate every/a number horses in a race that fall within a particular odds range.
So when the market suspends at the off, I want to take the last traded price 15 seconds before the market suspended, on for example the 3rd to 5th favourites as long as the BSP odds for each horse are greater than or equal to say 4.0, but less than or equal to 8.0.
So if the 3rd favourites BSP was 3.0 no bet will be placed, 4th favourite BSP @ 5.0 bet placed and 5th Favourite BSP 9.0 not placed Etc.
I have been searching through the conditions etc, and I thought this could be done.
Automating an odds range (Horse racing)
Use the 'Fixed Odds' condition to test the price is greater, less than or between two price
https://www.betangel.com/user-guide/fixed_odds.html
To use an historical price ie, one from 'X' seconds ago you'll first need to store that price as a stored value, by triggering a 'Set/Modify Stored Value' rule 15 second before the start time
https://www.betangel.com/user-guide/stored_values.html
Then have your bet 'Place at' the value held by that stored value
https://www.betangel.com/user-guide/pla ... ters_.html
https://www.betangel.com/user-guide/fixed_odds.html
To use an historical price ie, one from 'X' seconds ago you'll first need to store that price as a stored value, by triggering a 'Set/Modify Stored Value' rule 15 second before the start time
https://www.betangel.com/user-guide/stored_values.html
Then have your bet 'Place at' the value held by that stored value
https://www.betangel.com/user-guide/pla ... ters_.html
Thank you very much Dallas.Dallas wrote: ↑Mon Aug 04, 2025 1:11 pmUse the 'Fixed Odds' condition to test the price is greater, less than or between two price
https://www.betangel.com/user-guide/fixed_odds.html
To use an historical price ie, one from 'X' seconds ago you'll first need to store that price as a stored value, by triggering a 'Set/Modify Stored Value' rule 15 second before the start time
https://www.betangel.com/user-guide/stored_values.html
Then have your bet 'Place at' the value held by that stored value
https://www.betangel.com/user-guide/pla ... ters_.html