Article

Football - Drip back automation

From Bet Angel forum: Automation - Drip back automation

I'm looking to create some automation to drip back a selection from current price every 20 ticks for £10 x 4. For example back over 1.5 goals for £10 at 1.5, 1.7, 1.9 and 2.1. Any help would be appreciated.

Bfexplorer Solution:

I have prepared simple bot trigger that offers following parameters: BetType, Stake, OddsDifference and NumberOfBets.

The bot trigger places the first bet, and calculates the odds/price for the following bet (Have a look at lines: 79 - 82).

The bot trigger directly places a bet, but there is also another alternative, to place bet by another bot, the “Place Bet” bot. This is important mainly when placing bets on in-play markets. On in-play markets there is applied bet delay timeout, so it can happen that place bet is not fully matched, in such cases the “Place Bet” bot manages your bet by updating the unmatched bet.

PlaceBetsAtTicksDifferenceBot.fsx

In my short video I tested the bot trigger on greyhounds win market, setting the following parameters: BetType:Back;Stake:5;OddsDifference:3;NumberOfBets:3, so placing just 3 bets with odds difference just 3 ticks.