-
How to enable MCP /sse + WithParameters on Bfexplorer 5.08.0404?
Hi Stefan,
I'm automating bet placement from my own app and I need to place a Back bet with a dynamic MinimumOdds (a per-bet floor price computed externally), so the exchange never matches below my floor.
The changelog mentions ExecuteBfexplorerStrategySettingsWithParameters (MCP tool, ...
30.6.2026 18:49:17
-
From a Software Developer to a Successful Trader
To transition from a software developer to a successful trader or bettor on a platform like Betfair, you must recognize a fundamental distinction: Your technical skills provide the tools, but domain-specific analytical skills provide the edge.
In the world of exchange trading, your ability to write ...
6.6.2026 18:54:50
-
Introducing Bfexplorer Studio: Code
Overview
Bfexplorer Studio is an interactive environment designed to empower users—especially those with programming experience—to explore, test, and automate Betfair trading strategies and bfexplorer application features without the need to install a full IDE like Visual Studio or ...
17.4.2026 15:15:35
owencoll
Thanks for the response again.
Since we last spoke, I have taken your advice on board and learned a lot about bfexplorer, I have played with the workspace and set something up to look at horse racing by country and familiarised myself with the horse racing markets, watched selections etc. I then went on to apply Place SP Bet bot on a couple of selections, eventually closing out for a profit under Practice Mode. I have learned a lot in the past few days.
I have also now subscribed to professional as I am clear of the benefits of bfexplorer, and to show the intent I have.
To answer your question, at this stage is the data recording I need. The original request I made (the post copied over from bdp), well I can extract that information from the various UK/Ire resources we have, but I can't get that information for other countries, namely Australia and USA. Based on your feedback, my aim therefore is to build bespoke app using Bfexplorer BOT SDK, or build just bot to retrieve required data for horse racing markets on live data, but this is certainly above my levels of programming and something I would pay for your time to help me with if you have the desire?
From our discussion on bdp, jockey historic information is not available, therefore it seems we cannot get 2 years of historic data for what I want, but we can set it up to start recording it now through one of the 2 ways mentioned above.
So I guess my goal is redefined to this;
Record and save the below information for each race from UK/Ire, USA and Australia going forward;
- Race ID
- Racecourse
- Country
- Date
- Horse Name
- Trainer
- Jockey
- BSP
- Position (or win / lose)
From here, I can then start to work on the bot process to identify what matches my criteria to set this up in bfexplorer.
Thanks.
Betfair Bot
The question is what is your own experience in required skills?
From your specification: “data extraction” and “data analytics”.
If you already have this historical data then you need to create your model, where from your data you are able to take some conclusions.
For instance by entering parameters like Horse Name, Trainer, Jockey and so on, your model can return probability values for each horse (trainer, jockey) to win a race. This probability is then taken by bfexplorer bot as trigger to initiate bet placing or not.
So from this point of view all you need to learn in bfexplorer are those two features:
My Strategies / Bots to Execute
Strategy / Bot Executor
owencoll
Many thanks for feedback, I am actively learning the software to get used to how bfexplorer works.
Betfair Bot
Traded data use case scenario.
Betfair Bot
When you open bfexplorer.net web page, on the home page:
http://bfexplorer.net/Home
There is list of main features, the same can be found:
http://bfexplorer.net/Products/ProductFeatures
These twelve main features describe how to use bfexplorer app for your betting, trading or automated execution of different betfair strategies.
I hope you have managed to open bfexplorer and login to betfair that is the starting point.
So after opening bfexplorer app and login to betfair, bfexplorer app shows Event Browser view, loaded with Upcoming in-play events.
When selecting any market in grid view of the Event Browser, the Execute in Strategy / Bot Executor toolbar icon is activated. That means that you can do what “Execute in Strategy / Bot Executor” sentence would suggest, so start your bot strategy on markets loaded to Event Browser grid view.
You want to execute your strategy on greyhounds markets; it means you need to open greyhounds markets to the Event Browser. You want to execute some strategy, so it means you need to define such strategy adding it to “My Strategies / Bots to Execute” view.
Your key features you need to familiarize yourself are:
Market navigation and browsing
Place bet, Execute till target profit
Strategy / Bot Executor
Just browsing forum, you can find a lot of examples for above three features.
Betfair Bot
Bfexplorer offers bot named: “Execute Till Target Profit”, so bot suitable to execute sequential bets till target profit/loss is reached. The bot places next bet in sequence only when previous bet is settled, so it is known that bet is winner, and/or loss.
In your strategy you use “Reular Time Goals” market, so your bets are not settled when period ends, but only when matched ends.
To execute your strategy you need ice hockey live score, so bot needs to know which period is played, and what the correct score is.
Yes, the strategy can be programmed. If you are familiar with some programming language then you can use Bfexplorer BOT SDK to program your ice hockey strategy bot.
Betfair Bot
Your subscription code was assigned to you, I can see it had been generated.
If you have problems then you must understand that activation of subscription code and as well activation of your api access is done on betfair servers. If you still cannot login then betfair simply blocks your access, it is done so for not used accounts, accounts with zero balance, and of course for blocked accounts.
Therefore please ask betfair. If you did not bet for more than 3 months, or have zero balance on your account, then deposit and place a bet on betfair, the matched one. This helps to reactivate api access.
Betfair Bot
Advice from Peter Webb from betangel forum:
Perhaps see if there has been a big price change with no change is score line on the correct score market?
It is really funny but this best software on the betfair world:
“Bet Angel is the premier software for trading on Betfair. Used by professionals all over the world, Bet Angel has been developed by traders who use it as their primary tool. Introduced in 2004, Bet Angel is constantly developed with more features and improved performance over any alternative software.”
Have no support for live score match data in automation!
Betfair Bot
Yes, you start your custom built bot assembly with app: Bfexplorer.exe
Do you really think you will manage to program your bot, having such big problems when debugging bot code? I think you should find bot developer, or just send me specification for your custom bot.
Ganger
BotUI.exe == Bfexplorer.exe I realized right?
Ganger
The latest version Bfexplorer no BotUI.exe, but he needs to start MyCSharpBot.
Where possible find and download BotUI.exe ?
Betfair Bot
C:\Program Files (x86)\BeloSoft\Bfexplorer\Bfexplorer.exe
Betfair Bot
And here is the result.
Well, yes it would be a good idea to optionally execute "Close Market Bet Position" bot, after dutching bet is matched.
Betfair Bot
ATP player' statistics
Betfair Bot
No
peteresgate@outlook.com
That's great thanks Can the market interval be changed via code?
Betfair Bot
Your bot code is executed in market update event, so if your active market refresh rate is set to 250 ms, then your bot is executed every 250 ms. For passive markets (default 10s) or markets added to bot executor tool the default settings is 1 second.
It means that when time is critical factor for your bot execution then you must set reasonable values for market update interval.
If you are using streaming for data update (that is relevant only for active and passive markets in Bet Event View and Open Markets view), then as updates are really streamed only when changes are detected, your bot can be executed in heart beat event only, set for active market to 1s and for passive markets to 15 seconds, keep that in mind!
Why is it implemented this way?
Well, because bot reacts on market data changes, and there is no reason to execute a bot when there are no market data changes.
peteresgate@outlook.com
Would you mind linking the article? I can't find it.
Thanks
Betfair Bot
I had already answered such question.
peteresgate@outlook.com
Thanks. Actually this explains everything :)
With the offered prices, it has probability - could you please tell me what this is?