-
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
Graf
Even UEFA Nations League semi final Italy vs Spain, the most important football match today, has no livescore. It says 0' 0-0 when actually it's already 28' and 0-1. This is surreal.
Tony
Earlier you said:
"All live score data used by betfair are provided by third parties as well, so if score does not work, you must blame data provider not my app or betfair."
This is trully disappointing.
Graf
My bots can't work like this
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
You cannot execute betfair bot on a closed market. On the other hand you can run a bot on an open market and override EndExecution method, where you can check whether the market is really closed and then do whatever you want to.
The EndExecution method is call as well when market is stopped or bot execution is finished, therefore you need to check: if market.MarketStatus = MarketStatus.Closed
https://github.com/StefanBelo/Bfexplorer-BOT-SDK/blob/master/MyFsharpBot/ReportWinnerBot.fs
My bot example is in F#, but you can write your bot code in any .net programming language. Use LINQ to implement similar code like I used in my F# code.
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!