-
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
PleBeY
I really liked how TennisBreakPoint AlertBot.fsx works
so I really want to do something like this,
but it seems too hard.
PleBeY
To create a bot, a prerequisite is knowledge of a programming language? Or is everything simpler?
Where to start? I want to make an alert to the tennis bot to notify when the score is 5-4 * 6-5 *
Or can I buy a bot creation from you?
PleBeY
Thank you, it works!
Betfair Bot
You have got MSCORLIB.DLL assembly on your computer, because when you installed bfexplorer, the .net libraries already must be installed on your computer.
Bfexplorer app is developed in C# and F# programming languages, the script you want to run is written in F# as well.
All you need to do is installed F# language extension to Visual Studio, or any other IDE you use, please read/watch following:
Betfair Bot Programming for Non-Developers
PleBeY
Windows 10
PleBeY
Hello!
I'm trying to run a script TennisBreakPointAlertBot.fsx
and this problem appeared, below was a description of how to solve it, but it turned out to be difficult for me, English is not my native language.
Is it possible to help me?)
Betfair Bot
mscorlib.dll is part of .net installation package, and is installed on every Windows OS, .net is here from 2002, so my question is what you do and on what OS?
http://dllsearch.net/dlls/m/mscorlib-dll-file
Betfair Bot
More about TLS 1.2 for software developers:
https://blogs.perficient.com/2016/04/28/tsl-1-2-and-net-support/
Betfair Bot
I do not know on what version of .net is built Geektoy, but for instance cymatic is built on .net 4.5, and also does not support windows xp and 7.
http://www.cymatic.co.uk/forum/topic1680.html
By general TLS 1.2 is supported by .net 4.6 and above so all apps built on such .net version does not require any changes, but of course TLS 1.2 must be directly supported by OS, so it must be its default protocol for https.
Other versions of .net require:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
Because bfexplorer app is always built against the latest version of .net, I did not have to rebuild my app to comply TLS 1.2 requirements, but on the other hand users must use latest updates for OS.
Once again keep in mind what I said before: “I use bfexplorer app daily, so you can be sure there is no problem in bfexplorer app.”, so any problem you have got are in 99% cases on your side.
Similar problems reported at the same day one user from Asia, he told me that app worked day before but not 19 February, I replied similarly like in your case. Later after 1-2 days he reported that all works fine on another computer?!
So now think a little bit, he used the same app, one was not working and the other was working but on another computer, of course he did not bother to report on what OS he runs bfexplorer that have problems to connect, again I replied by more details about TLS 1.2 as I was sure that it is his problem. He did not reply on what OS he runs bfexporer but again complain, actually just copy pasting original email.
Finally he managed to execute TeamViewer session, and what do you think what OS he was running, well yes Windows XP.
Keep in mind that when using OS which is no more supported by Microsoft you did not get anymore any security patches, there is 100% chance your computer is full of viruses and all kinds of malware.
Corneliu
I got it ! I managed to update TLS 1.2 on my computer. Just can't understand why this problem only happened wit BFExplorer, as with Geeks Toy always worked fine all the time. Thanks for all your help !
Betfair Bot
What is your OS version? Send me TeamViewer access (by support email) code so I can check it myself.
I tested bfexplorer on Windows 10 and Windows Server 2012 and all works fine. I can confirm that bfexporer will not work on Windows 7 or XP, as bfexplorer app is compiled to .net 4.7 version without support for Windows 7 or XP.
If you want to run app with TLS 1.2 on Windows 7 or XP them it is just not a question of installing the latest version of .net assemblies, just google: tls 1.2 on windows 7.
Corneliu
It's not the OS because Geeks Toy works fine, I have updated the OS and still cannot log in BFExplorer. Why I paid yesterday and it still says in your website that my subscription expired on 23 FEB ?
Betfair Bot
There was planned maintenance-Tuesday 26th February & Wednesday 27th February 07:00 - 07:15 GMT on betfair servers.
From 19th February 2019 betfair servers accept only TLS 1.2 secure protocol.
Whenever any problem occurs with connection to betfair servers, first what you should do is click on menu item: Help / Betfair Exchange Api Status, it opens the following web page:
https://status.developer.betfair.com/
And so here you can check whether all betfair services work without problems.
If you problem is with TLS 1.2, then simply update to the latest version of windows operating system.
I use bfexplorer app daily, so you can be sure there is no problem in bfexplorer app.
Corneliu
Also, I have subscribed (again) today, paid the subscription, but in your website it still says it expired on the 23red of February. :(
Betfair Bot
First you need to setup your action bots, Place Bet bots, to place your bet on exact market selections, so 4 action bots, simply you need to declare what bets and on what market selections you want toplace your bets automatically.
You need to create 4 Football bot settings, setting your Start or Stop Criteria, MarketName and BotName (your action bot).
You can use Clone bot (click on popup menu item for Add a new bot), and change your MarketName and BotName for rest of Football Bots, if your Start or Stop Criteria are the same for all your football bots.
And finally you can use “Execute Bots” bot to create your strategy bot executor, adding all 4 football bots to BotNames. This way you have got one bot you can execute with Bot Executor.
Yes, as your strategy requires to place bets/execute action bots on three additional associated markets: Correct score, Over/Under 2.5 Goals, Over/Under 1.5 Goals the Bot Executor will open these markets for when Start Criteria are met, but all bfexplorer bots have the parameter: StopMarketMonitoring.
When you set StopMarketMonitoring parameter to True (checked) then when bot finishes its execution, and no other bot is running on the market, the market monitoring is stopped for such market.
Bot Executor does so automatically as well, even when you did not set the parameter StopMarketMonitoring, simply bot executor will check whether there is still some bot activate on the market, and when no bot is active/running, the Bot Executor stops market monitoring.
You say that on Correct Score market you want to place two bets, then of course you need to create/setup 2 Place Bet bots, and create executor bot for them, so as mentioned: “Execute Bots” bot setting, and this bot add as action bot to football bot BotName parameter.
Of course if you are familiar with bot programming, you can create bot trigger script to orchestrate your place bet bots, this way you will setup only your action bots, and the rest is simplified by bot trigger code, so this way you will need 5 bot settings.
The strategy orchestration just by setting up bfexplorer bots requires 9 bot settings.
Mir.
Hi Stefan, it is interesting. Bot Executor seems very useful.
But I am interested in a Football Bot. And its Start/Stop Criteria.
I see that from a "managing" Match Odds markets is very easy place bet on associated markets, for example at specific time and at specific score. It is good for one time action.
Example: Footbal Bots via a Place bet bots place 5 bets:
Correct score - 2×
Over/Under 2.5 Goals - 1×
Over/Under 1.5 Goals - 1×
Match Odds - 1×
Is there any simple solution through Football Bot (Start/Stop Criteria) how to orchestrate all affected markets, its market profit/loss!, time, actual score etc.
Is it at all possible?
And what about Market Data Request Limits in this cases with dozens footbal matches at the same time (saving use)?
Betfair Bot
Read this post: NinjaTrader
All posts above ninja tool:
http://bfexplorer.net/Articles/Search?text=ninja
Betfair Bot
When testing this horse racing strategy on today’s races using Bfexplorer Bot Executor tool, the bot trigger the action bot on 4 markets up till now, all trades in profit. The rest of races where the action bot has not been triggered the favourite were bred in Ireland.
Testing this horse racing strategy
Betfair Bot
http://bfexplorer.net/Products/ProductFeatures
Betfair Bot
This is a tutorial of building betfair bot, and testing trading strategy, therefore I leave many things unanswered, but of course for those who are interested they could draw their own opinion. Here is another video:
https://youtu.be/HlmTx53oTdY
1)
Liability increases from number of bets placed after goal is scored, as in many cases the problem with fake score occurred there were placed two additional bets. This is actually good when testing a strategy as for those who are not able to judge all risks in running such strategies, these fake score bets showed what could go wrong.
Fakes score can be fixed by double checking score results at set time interval, or by checking/getting scores from more reliable sources than betfair ones.
2)
When testing this strategy I did not set closing market bet position when required profit is reached. Actually “Close Market Bet Position” bot was executed but with unrealistic profit target, as I was more interested to learn what maximal liability can be reached just by requiring 2 Euro payout.
No 0 – 0 correct score bet was placed, again when you think about this strategy you will get maximal profit on matches ended by 0 – 0, I do not have current statistics but depending on league there is around 5 – 8% games ending with 0 – 0 draw.
This strategy can be executed by closing 0 – 0 in profit when using reasonable profit, so strategy could end on correct score market, avoiding this way risk of big liability on match odds trading when a lot of goals is scored.
3)
When executing this strategy on match odds market only, you can set maximal liability of potential bet, or match time at what bot does not place such bet when first goal is scored, as odds after goal is scored depends not only on team who scored but of course on match time remaining to the match end. If you watched my videos you could see that a lot of such bets introducing big liability were placed at 85 and more minute of the match.
4)
None strategy is 100% profitable, you must learn to take loss as well, when I start testing any strategy I do not set Loss parameter, I do so when fine tuning promising strategy, and that can be judged very simply, just by counting number of total trades, and losing ones.
So bot should be programmed, not just take required profit, but depending on match time, potential liability after next goal is scored, and of course when score is locked in our favor, close bet position in profit can be switched off.
5)
As said before most difficult part is to take loss, to judge that you need to execute a lot of trades.
6)
In my tests I did not selected matches on which I run this strategy, again it is clear that profitability depends on this selection process as well. I think anyone after reading this post and watching some of my videos should realize that big risk for this strategy are goals scored at the end of the match so after 90 minute. Some statistical methods of choosing “right” matches to trade on could help avoid risk of big bet liabilities.