€ vs. Kč
-
Add Your Comment
+Please login to your bfexplorer account, if you want to add a comment to this article.
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 ( 63 )
Mir.
I can not move an items (bots) up / down in My Bot window...
(really minor problem, Save and Open bot setting is better then moving...)
Betfair Bot
I will fix it in the next release.
On the other hand as any grid, My Bots views offers grouping or sorting, and searching as well. Just click right mouse button on grid header, and show search or group panel, show column chooser, so you can add hidden Category column and grouped bots by this column, of course if you entered some values for category input box when setting up your bots.
So the Category entry has not the only usage like My Ladder Bot entry for category name.
Mir.
Can you set as default Best Fit (all columns)?
-----------------------------
I and after all you too in your videos this setting repeatedly used
Mir.
I have some issue with PlaceBet bot.
Place bet with this setting - will place bet at the odds when the bot is started, not when criteria are met. In this case: Maximum odds difference
The bot selected Odds (7.2) and after all criteria met, placed bet at this Odds. Not at Odds 6.2 as I expected
Betfair Bot
You did not set the parameter PlaceBetInAllowedOddsRange and Odds is set to 0, what means your bot should place a bet at Odds 0, right?
In such cases bot sets Odds parameter to the current odds depending on the BetType (so Back in your case, and as OfferMyBet was set to True, the Odds was set to current offered lay price) when the bot was executed.
Mir.
Yes, at the current odds!
Not at a time when the criteria are met, but at the time when the robot is started
Mir.
Do you remember your bot in old version BFE which names "PlaceBets bot"?
Betfair Bot
You did not set PlaceBetInAllowedOddsRange parameter, therefore your bet was placed at exact odds, initially set to the Odds I described. If you wanted to place your bet in allowed odds range then why you did not set the parameter: PlaceBetInAllowedOddsRange?
I do not know what is your use case scenario for PlaceBets bot? You can simulate such behavior by using Place Bet bot and Execute on Selections bot.
Mir.
I do not want to place bet at any range...
I want to place a bet: IF maximumOddsDiff is 2 and at this time with PriceImprovement 2
Betfair Bot
It is clear that bot parameters setting have influence on bot behavior when placing bets, and that bet is always placed at some odds (0 is not valid odds), so set PlaceBetInAllowedOddsRange to true, and OddsDifference parameters to required values, then your bot will place a bet when OddsDifference parameters are in preset range. The default value for Odds range is 1.01 to 1000.0, so bet is placed at odds calculated by using the current offered odds, and of course reflecting all other Bet Attributes parameters setting.