Comments

  • PleBeY
    28.3.2019 5:45:12

    Perfect, this is what I wanted! Thank you!
    After that, I must subscribe))
    I continue to study Bfexplorer.

  • Betfair Bot
    27.3.2019 21:16:02

    I have just added new bot to bfexplorer called: “Show Market Selection and Alert”. If you want to use it install the latest version of bfexplorer:

    http://bfexplorer.net/Products/Bfexplorer

    I have created new bot script TennisGameScoreAlertBot.fsx, you can add GameScore parameter adding values like this: GameScores:5 - 4|6 - 5

    Scores are separated by | and are written from position of serving player, have a look at the bot script on lines 49 – 63.

    TennisGameScoreAlertBot.fsx

  • PleBeY
    27.3.2019 11:37:07

    Thank you!
    You do wonderful things!

  • Betfair Bot
    27.3.2019 9:37:14

    I do simple bot script development for my subscribers for free (that requires up to 1 working hour). I checked the script execution on my server, and no error message was reported, therefore I think you just tried to change the bot code and your changes produced error message you reported.

    Bfexplorer offers standard bots that require no programming skills. You just set the bot parameters and execute such bot. One of such bots is “Tennis Bot” so basically you can set your trigger parameters, and setup an action by BotName parameter that will be executed when trigger criteria are met.

    “Tennis Bot” stops its execution automatically when the action bot is triggered, so repeating bot action again can be made by recursion, what can be done by "Sequence Execution" bot, referring last bot name to execute in sequence to be the name of your sequence bot.

    The last think for your custom bot is “Notification Bot”, so bot that will alert you (speak some text), so similar like in TennisBreakPointAlertBot script.

    I will add such bot to standard bfexplorer bots adding one useful feature which you could see in the “Watch Favourite” bot. This bot displays market selection in Bet Event view automatically, so when monitoring for instance 50 tennis markets, the bot will automatically show in Bet Event view the market and selection on which the bot was executed.

    I will add updated script as well, but my idea was that users willing to share programming bot scripts will do so, therefor I posted tutorial bot scripts for learners of betfair bot programming on my github web page:

    https://gist.github.com/StefanBelo

  • PleBeY
    27.3.2019 1:14:07

     I really liked how TennisBreakPoint AlertBot.fsx works
    so I really want to do something like this,
    but it seems too hard.

  • PleBeY
    26.3.2019 21:30:03

    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
    26.3.2019 20:03:21

    Thank you, it works!

  • Betfair Bot
    26.3.2019 17:55:32

    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
    26.3.2019 17:45:04

    Windows 10

  • PleBeY
    26.3.2019 17:43:00

    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
    26.3.2019 15:25:12

    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
    26.2.2019 18:17:03

    More about TLS 1.2 for software developers:

    https://blogs.perficient.com/2016/04/28/tsl-1-2-and-net-support/

     

  • Betfair Bot
    26.2.2019 18:12:16

    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
    26.2.2019 17:39:39

    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
    26.2.2019 16:15:05

    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
    26.2.2019 14:09:50

    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
    26.2.2019 9:25:54

    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
    26.2.2019 1:10:08

    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
    4.2.2019 21:08:50

    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.
    4.2.2019 17:38:53

    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)?