-
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
Betfair Bot
Miro, all bfexplorer bots manage bet IDs to track only bet/s placed by the bot.
Your custom bot is developed as bot trigger, and bot trigger just orchestrates action bots, so if your bot trigger is programmed to manage bot/s bet position then it is able to do so, but that is not a general solution which could be done only when betfair would implement mentioned bet tagging, customerRef persistence through all relevant betfair api methods.
If you want to extend your custom bot trigger then all action bots derived from SelectionBot expose the property: BotBetsCache
So utilizing this BotBetsCache for all market, or selection bots, you would be able to calculate bet positions opened by individual bots.
Mir.
ok. Not a few systems.
And what about only one?
Means all bets calculated RELATIVE from the time when bot started. Like a checkpoint.
--------
it's only suggestion...
Mir.
Sorry, I see:
"...if you place a bet and (for whatever reason) you do not receive a response, then there is no way to tell if the bet has been accepted by Betfair."
------
I thought about manage bets by BetID.
Place a bet take ID and after this move to intend Odds.
Mir.
Ok.
Not Bot Executor...
But something like "pool of bets" placed by specific bots?
For example:
POOL1: calculate ALL BETS PLACED BY PLACEBETBOT01 bot
POOL2: calculate ALL BETS PLACED BY PLACEBETBOT01, PLACEBETBOT02, PLACEBETBOT03 bots
Betfair Bot
Betfair api does not offer feature allowing to tag bets:
http://forum.bdp.betfair.com/showthread.php?t=1898&highlight=customerRef
Bot Executor as the name suggests, just executes bots, bets and bet position is managed by bots.
Betfair Bot
There is problem with gap detection, for now bot triggers action bot execution even if a gap is 1 tick only. In the code line:
if selection.GetOfferedPriceDifference() >= 2
the correct gap detection should be:
if selection.GetOfferedPriceDifference() > 2
Mir.
Why is not working as I need?
Because input parameters changing by market. I need to use the same input parameters for ALL BOTS IN CHAIN (or CONCURRENTLY) running bots.
-----------------------
Use Ladder:
When I used "Use Ladder" option to run bot or strategy the first bot use parameters from a Ladder, others not.
-----------------------
I think that small improvement with using all (selected) parameters for all "encapsulated" bots will be useful
Mir.
How often should change BF chart?
It changes but I don't know when. It would be nice to see the newest...
Mir.
chaining is not working (as I need).
Solution described here is better - Base Bet Settings to Automate Trader’s Activity
Mir.
Yes, I understand.
-----------------------------------
My small improvement calls - MoreStakes: 7,15,32,7
There is no discrepancy with "drip feeding bot". I need different size of bet stake. Thats all.
I am trying Chaining more Place bet bots, with different Stakes.
Betfair Bot
Do you actually understand what I said?
"Drip feeding bot" is already offered in bfexplorer, and I described how you can set it up.
What you propose to add is option to feed different size of bet stake, and I really cannot see any advantage in such bot feature, all the rest of features and “advantages” is already available in "Drip feeding bot" you can easy setup by using “Repeat Until” bot.
Mir.
“Repeat Until” bot is not bad.
-----------------------
Divided bets on volatility markets can be more better than one bet. Often price jumps 5-6 ticks up/down and 2nd-3rd bet at exact Odds from this bot can be matched at better price...
If not, nevermind. I see only opportunity.
Mainly I see the big advantage in In-play markets too (tennis, horse racing ... especially)
----------------------
Betfair Bot
Miro, there is no complicated chaining of bots. All you need is to set Place Bet bot, and then use “Repeat Until” bot to instruct the bot how you want to repeat Place Bet bot action.
Of course we all know what "drip feeding bot" main feature is, but I cannot see any advantage of your bot, there is no advantage in placing different stakes, so what bfexplorer already offers is efficient method to place big stake on a market.
“Repeat Until” bot offers 3 parameters you can use to set iteration type and timeout.
Mir.
Advantage:
1) the only one bot; not complicated chaining
2) possibility to set many different stakes; placed in the virtual queue
3) speculative bets; if a first small bets matched I can take better price with next bets
I do not have to affect WOM but my stakes are on the market
etc.
maybe for me: possibility to set all stakes in CSV file (with update a bot strategy)
Mir.
Thank you very much.
--------------------------
My expression in English is not good. If you have any questions, please email me.
Betfair Bot
I hope I will find some spare time in following days, will let you know when it is ready.
Betfair Bot
What is an advantage for this kind of bot? Drip feeding bot can be constructed by using “Place Bet” bot and “Repeat Until” bot.
Read and watch: Base Bet Settings to Automate Trader’s Activity
Betfair Bot
"Execute Till Target Profit" bot or "Execute Trigger Bot" are not stopped / canceled by "Close Market Bet Position" bot.
In your case the only option is to use "Execute Trigger Bot" custom trigger.
Mir.
Can you help me with "Close Market Bet Position bot"?
Situation:
I have some trading bots on some Selections and if Close Market Bet Position bot close at profit or loss I want to rerun whole strategy once again.
How can I do it automatically? Close Market Bet Position bot stoped all bots...
Betfair Bot
Your problem is the connection latency to betfair servers. Yes, you can improve connection latency by using VPS which is located closer to betfair servers than your home connection to betfair servers.
On the other hand if you use VPS for manual trading you will get actually worse results, just think about it. You will get better results only when using automated betting solution with triggers/bots or automated trading solutions.