User Articles

Horse Racing - Dutch Trading Bot Trigger

In my previous post: Horse Racing – Dutch and Green Up Strategy. I showed how to retrieve horse meta data (rank-rating) and build base functions we can use now to build full bot trigger code to place lay dutch bets on first three favourites when required parameters are met, and later green up ...

Horse Racing – Dutch and Green Up Strategy

From Bet Angel forum: Can Bet Angel do this? I read a betfair post from 2010 about a 'trigger' file for software. The aim was to dutch-lay three horses based on their book percentage dropping. Breakdown of the trigger:  max_liab - liability of the dutching bets  green_perc - minimum ...

Horse Racing – Testing In-Play Strategy

In my previous post I created bot trigger script for in-play trading: Horse Racing - Trade Favourite In-Play As mentioned before, bot triggers an action bot, so it is possible to execute this strategy just by betting on dedicated selection, or trading the selection. Trading session can be executed ...

Horse Racing - Trade Favourite In-Play

From Bet Angel forum: Favourite odds in play I am struggling with logic to write rule that says: Take the SP for the favourite at the off and if in play its odds fall below x% of the SP then back Can anyone explain how to write the rule? * I don’t think with existing conditions you can do ...

Football Trigger Bots

In my video I presented two types of football bots offering team’s statistics to trigger action bots. The first bot is able to evaluate tipster’s selection (when UseVotes is checked – set to True) and execute your action bot on selected selection (The parameter ExecuteOnSelection: ...

Horse Racing - Laying a Horse If Trading at Bottom of Range

From Bet Angel forum: I have been looking to find a way to lay horses that are within the bottom 3 ticks of their ranges in the last 60 seconds before the off. I can’t find a way to capture range in BA. Anyone have any ideas? Bfexplorer Solution: If I understand it correctly this betting ...

Place Bets in Traded Range

From Bet Angel forum: Not entirely sure this is even possible, but can Guardian place a trade at either the highest or lowest traded range, perhaps using volume traded previously at a set price? Bfexplorer Solution: Bot trigger has access to any betfair api data. In my bot trigger code, the bot ...

Greyhounds Racing - Scalping Trading Strategy Bot

I have prepared bot trigger code to execute trading strategy utilizing two bfexplorer bots: Place Bet Close Market Bet Position This type of strategy is suitable for greyhounds racing when market prices are just forming so there is gap in best back/lay prices. The bot trigger code orchestrates ...

Football - Automation on 12X and Correct Score Markets – Bot Trigger

From Bet Angel forum: Is it possible to set up rule for guardian if I backed in two markets on a football match? For instance: I want to put back bet on favourite team. I can do that manually on loads game so then automate I want to close market if the favourite scores the first goal but if they ...

Horse Racing – SP Price Trigger Rule

From Bet Angel forum: I'm trying to make a rule that would only fire if the actual SP was between a range, storing the range using a servant file for the top and bottom odds as a stored value, then I want to checkpoint the SP and if it's between the range then place the bet, but I can't find any ...