-
Delayed API Status
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
-
Free Trial Review
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
-
Bfexplorer Latest Release
Version 3.23.1126
Cumulative updates to the Bfexplorer Preview version (.net 9.0)
Version 3.22.0821
Cumulative updates to the Bfexplorer Preview version
Version 3.10.0721
Cumulative updates to the Bfexplorer Preview version (.net 8.0)
Version 3.9.0425
Cumulative ...
26.11.2024 10:54:45
M0ss@d
I never said what you stated is not true. What I say is that having only 2 livescores for 36 inplay matches is terrible.
M0ss@d
Betfair has 36 inplay matches at this very momment...and there are only 2 (!!!) livescores working !
Betfair Bot
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".
Betfair Bot
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
Betfair Bot
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.
Betfair Bot
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!
Betfair Bot
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.
Betfair Bot
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