Hello guys, I tried to set up bot so I could lay the player after winning 1 St set at best available odds provided lay odds are below certain level( price). For the sake of example let's say I want to lay first set winner at best odds but only if odds are lower than 1.50. So I set up tennis bot accordingly and then I used fill kill bot, odds parameter I leave as it is at 0 and I set up entry criteria in the following way: and laybook is equal or less than 1.50. What am I doing wrong ??? The bot doesn't start. I am certain I set the tennis bot correctly because I used to use it. The mistake is somewhere in fill kill bot probably in entry criteria. Cheers
Community Articles
- Popular
- Recent
- Comments
-
Hello. Since yesterday I have a delayed API on my BF Explorer trading software. I had no bots running when this happened and now I am also unable to trade as all stakes in the markets keep flashing all over the ladders on random odds, being absolutely impossible to figure out what was the last price ...
9.5.2020 16:19:41 -
I tried BFexplorer, having used 3-4 different software applications beforehand. The 2 days utilising the software, I managed to get a feel for the product and like the modern display on the black background. Bets placed were very responsive with no lagging experienced from other products. A few ...
25.3.2015 17:55:00 -
Version 3.33.0629 ExecuteBfexplorerStrategySettingsWithParameters MCP tool. Install from Bfexplorer Preview version. Version 3.32.0622 GetAIAgentDataContextFeedback MCP tool. Install from Bfexplorer Preview version. Version 3.31.0620 Execute on a ...
29.6.2025 19:24:36
-
Version 3.33.0629 ExecuteBfexplorerStrategySettingsWithParameters MCP tool. Install from Bfexplorer Preview version. Version 3.32.0622 GetAIAgentDataContextFeedback MCP tool. Install from Bfexplorer Preview version. Version 3.31.0620 Execute on a ...
29.6.2025 19:24:36 -
Horse Racing AI Strategy Results - 83% Strike Rate!
5 Winners from 6 Bets = 83.3% Success Rate Just wanted to share some incredible results from my automated horse racing analysis system that I've been developing. Over the past day, the AI strategy has been absolutely crushing it! The Numbers 📊 Total Races Analyzed: 12Bets Placed: 6 (strategy is ...
24.6.2025 22:45:14 -
🤖 The Power of Backtesting & Continuous Learning
Just completed a fascinating test of my AI agent's dual-source EV analysis on a Royal Ascot race. The agent combined trading pattern analysis with semantic performance evaluation to select ROGUE LEGEND at 6.8 odds with +0.25 EV. What makes this interesting? The AI didn't just pick a horse - it ...
18.6.2025 20:52:39
- by : Betfair Bot
- by : jakewins
- by : adska
- by : adska
- by : Betfair Bot
- by : Betfair Bot
Comments ( 3 )
Betfair Bot
Why are you using Fill or Kill bot, are you familiar with term book value, and what does it mean?
Lacoste
The bot does not start because your entry criteria is faulty.
LayBook (and BackBook) refers to book percentage. This tells you in percentage terms what all the decimal prices for each runner add up to. You can find this in Bfexplorer just under market time.
Your corect criteria would then be LastPriceTraded Is less than or equal to 1.5. Or you can set PlaceBetInAllowedOddsRange to True and MinimumOdds to 1.01 and MaximumOdds to 1.5.
Mikus79
Thanks for replies. I had no idea what term backbook/laybook meant I thought it relates just to prices on the back/lay side. So thank you for explanation. I use fill kill bot instead of place bet bot because I want only place bet after finishing the first set and before any point of the second set is played. In the place bet bot when I set the range of odds I would like my bet to be matched the bot will be waiting until these odds are met but it could mean that some points have already been played in the second set. Anyway thanks again I will test last traded price criteria. Cheers