-
Bfexplorer Reference Guide
A bfexplorer user took the time to create the following Bfexplorer Reference Guide for us all. You can download it from following links:
Bfexplorer New User Guide
Bfexplorer Reference Guide
Bfexplorer Strategy Builder Reference
TOS Bfexplorer Bridge Implementation Guide
30.8.2026 18:37:01
-
Bfexplorer Latest Release
Version 5.14.0830
The cumulative updates. Install from Bfexplorer Preview version.
Version 5.13.0818
The cumulative updates. Install from Bfexplorer Preview version.
Version 5.07.0322
The cumulative updates: Betfair AI Trading, Create Strategy Settings LLM ...
30.8.2026 11:42:48
-
Bfexplorer AI Assistant Integration Guide
Overview: The Bfexplorer application is built to be highly agentic. By connecting an external AI model (like a large language model) to the platform, users gain the ability to query and analyze virtually any aspect of betting or trading strategies directly within the environment.
It's exciting to ...
29.8.2026 17:55:00
Stefan
I have attached video from my test. You can both see that Football Live Score tool works fine for all matches betfair showing live scores as well. Not for all matches betfair web page shows live score, you can see that as well in my video.
So what I said is true, if betfair web page shows live score my tool shows that score as well, for matches not covered by betfair my tool does not show score, as tool uses the same source of the live score feed.
Mossad, I would expect apologies from you for what you said: “Not working also for me since yesterday. This Livescore is terrible and those arguments are ridiculous.”
Graf
All japanese and thai matches that started at 11h and 12h with 0' and 0-0 score ? Sorry, but this is not Betfair problem.
Graf
Problem persists. Tired of losing money because never know when livescores are working or not...
M0ss@d
Not working also for me since yesterday. This Livescore is terrible and those arguments are ridiculous. :(
Tony
So please check now, because it's still not working for me and for everyone else, so it's not "my problem".
Stefan
Sir, bfexplorer app uses undocumented betfair api to retrieve football scores. If you have got any problems with that feed then the problem is on your side or on betfair one. Betfair uses cloudflare to block misuse of their data. I hope it is not your case.
Anytime you report problems I check it on my computer and all works fine for me.
Tony
https://ibb.co/BLFKN9y
Tony
Please Check:
https://ibb.co/LnXFRrP
Stefan
1)
By using BetfairServiceProvider:
https://github.com/StefanBelo/Bfexplorer-BOT-SDK/blob/master/TestScripts/TestBetfairServiceProvider.fsx
By using BfexplorerService:
https://github.com/StefanBelo/Bfexplorer-BOT-SDK/blob/master/TestScripts/TestBfexplorerService.fsx
By using IBfexplorerService in Betfair Bot:
https://github.com/StefanBelo/Bfexplorer-BOT-SDK/blob/master/MyFsharpBot/ShowMyAccountFundsBot.fs
2)
Bfexplorer offers bot named: "Place SP Bet", so using this bot you setup its criteria, name it, and then you are ready to use it in any bot trigger.
Yes, you can find PlaceBet/s method/s on BetfairServiceProvider or BfexplorerService, but in such case you need to know what you want to do exactly, so first please read betfair api documentation:
https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/placeOrders
Tony
Yes, it was down only last night. It's working fine again. Thanks
M0ss@d
Finally ! There was no football live scores data feed during all night. thank you.
Stefan
I have checked football live score and football bot, and on all currently live matches there is score feed available.
M0ss@d
All my bots also stopped working because of football live scores data feed. What is happening ???
adska
Thanks, works perfect!
Stefan
Trigger bot script is executed by bot named: "Execute Trigger Bot" and there is quite a lot of post about this bot on the bfexplorer forum.
You cannot debug bot trigger script when the script is in .fsx file, because such script is built by bfexplorer so you have no access to the assembly.
The bot trigger script can build in project assembly, just rename the bot script to .fs and add it to your bot assembly project. You must remove #r and #I directives, and because of IBotTrigger initialization by bfexplorer such bot script must be the only IBotTrigger object in your assembly.
Again there are some posts on the bfexplorer forum showing how I debug bot trigger scripts without adding it to separate assembly, just search for IBotTrigger. Well yes, it was not true debugging in Visual studio, but I was able to use Visual Code as IDE for writing bot trigger code, and with all support of Intellisense and error checking when writing the bot trigger code in Visual Code.
Stefan
1) You must run Visual Studio as Administrator
2) Debug your project starting external program:
C:\Program Files (x86)\BeloSoft\Bfexplorer\Bfexplorer.exe
3) And of course the project must be built to:
C:\Program Files (x86)\BeloSoft\Bfexplorer\
So you must set Build/Output path
adska
I want debug project like in your video https://www.youtube.com/watch?v=ZukmOSEWtKg&t=1s
1) I set that it run external BFExplorer program
2) I run debugger but breakpoints are not found, i can not debug and load my bots, what i am doing wrong?
adska
is there any guide how to run trgger bot script in BFExplorer? I did not find any manual or video hot to do it
Stefan
I have just updated the Bfexplorer BOT SDK to the latest version of Bfexplorer 2.0.7106
https://github.com/StefanBelo/Bfexplorer-BOT-SDK
adska
I have tried to download Bot SDK directly from github , so there is a little less errors, but anyway something wrong.
List of errors: https://paste.ofcode.org/QLXJVRSRsubDRzHgWh4eTz