Page 1 of 1

Betting on horses in sequence above odds level

Posted: Mon Oct 18, 2021 1:30 pm
by echelon
Hi guys,

I need to code some logic which says something like:

If odds >= 6 then bet on next 4 horses priced at 6 or above.

Is there a way do this?

Re: Betting on horses in sequence above odds level

Posted: Mon Oct 18, 2021 2:00 pm
by BfBotManager
You will need to create new strategy for this and set it to use following rules:

Selection conditions:
1. Default bet type
2. Min/max selection price, set it to check any selection for price range of 6.0 - 1,000
3. Selection by highest/lowest, set it to pick 4 horses with smallest price
4. Back/Lay Ratio

Staking rules:
1. Level/initial stake
2. Min/max number of qualified selections, set min and max to 4

Then try it out in simulation mode.

Re: Betting on horses in sequence above odds level

Posted: Mon Oct 18, 2021 2:36 pm
by echelon
Excellent - many thanks for your speedy response. I'm giving it a whirl now :)

I'd not noticed "Selection by highest/lowest" lurking there at the bottom of the selection conditions list... :roll: