Bot Executor
The "My Bot" Bot
The bfexplorer offers a set of built-in bots but as well a possibility to customize existing bots or write your own ones. Once you created such bot script you can use it with the bot executor setting its parameters by the My Bot. You have got more then 30 different parameters which could be used by your bot.
The bot script which will be executed by the bot executor is defined by MyBotClassName. The rest of used parameters depends on the bot script you will use.
Case study
I want to lay each horse in-play if odds traded are in range from 1.3 to 1.7.
You need to set following parameters:
| Parameter | Value |
|---|---|
| BotType | MyBot |
| ExtraBotType | PlaceBet |
| MyBotClassName | Bfexplorer.Scripting.SetupBotOnRunners |
| BetType | Lay |
| MinOdds | 1.3 |
| MaxOdds | 1.7 |
| Stake | 100 |
| StakeIsMyLiability | False |
| AllowPlacingBetInPlay | True |
| AtInPlayCancelBet | True |