Bot Executor

The Dutch All Bot

The Duch All bot will place a dutch bets on all selections if the back book value is less than 100% for back dutching and if the lay book value is greater than 100% for lay dutching. The parameters you can use are following:

  • BetType
  • Stake
  • AllowPlacingBetInPlay
  • AtInPlayCancelBet
  • RepeatTradingCycle
  • UseAnyTradingOpportunity

Bot Executor - Dutch All

The dutch bet will be calculated from the available stake set by the parameter Stake. Setting the parameter UseAnyTradingOpportunity to true will make the bot to evaluate the market conditions for bet placing on both sides the back and the lay. If you set the parameter UseAnyTradingOpportunity to false, the bot will place dutching bets on bet type defined by the parameter BetType.

You can run the dutching bot on the market in-play when setting the parameter AllowPlacingBetInPlay, but I would suggest not use the dutching bot on the in-play markets.

Case study

I want to back dutch with the stake of 100 Euro whenever the back book value is under 100%. I want the bot tries to dutch till the market is turned in-play. 

You need to set following parameters:

Parameter Value
AllowPlacingBetInPlay False
AtInPlayCancelBet True
BetType Back
Stake 100
RepeatTradingCycle True
UseAnyTradingOpportunity False