Bot Executor: Dutch Runners Bot
The Dutch Runners bot places dutch bets on preset number of selection on a market. The parameters you can use are following:
- BetType
- Stake
- MinReturnOnInvestment
- PlaceBetOnProbableWinner
- PlaceBetOnRunner
- PlaceBetOnRunners
You can dutch selected number of runners defining the parameter PlaceBetOnRunners and the dutch bet type by the parameter BetType.
You can dutch favorites or losers by setting the parameter PlaceBetOnProbableWinner to true or to false to dutch losers. By setting the parameter PlaceBetOnRunner you can define from which runner you want to dutch, for instance setting this value to 2 will dutch 3 runners from the 2nd favorite.
You can dutch by required profit setting the parameter MinReturnOnInvestment, or by available stake defining the parameter Stake.
Case study
I want to back dutch with the stake of 100 Euro the first three favorites in the race.
You need to set following parameters:
| Parameter | Value |
|---|---|
| BetType | Back |
| PlaceBetOnProbableWinner | True |
| PlaceBetOnRunner | 1 |
| PlaceBetOnRunners | 3 |
| Stake | 100 |
| MinReturnOnInvestment | 0 |
Tuesday, April 06, 2010
question
I understood this,but imagine that in a race with 8 runners I want to dutch 5 of them, and if a race as 15 runners, I want to dutch 7 of them? How can I program this on bfexplorer?
Thursday, April 22, 2010
Your solution is to use TOL and custom bot script
This bot uses two parameters: PlaceBetOnRunner and PlaceBetOnRunners
So if you want to dutch 3 favorites you have to set 1 and 3. If you want to dutch 4 favorites except the favorite one you need to set parameter PlaceBetOnRunner to 2 and PlaceBetOnRunners to 4.
If you want to dutch automatically all UK horse racing win markets you have to use the tool: Trade opportunity lookup (TOL) and use a custom LookUpBot script that will setup your bot depending on number of horses as you suggested.
To learn more about TOL and custom bot scripts, please have a look at here.