Comments

  • owencoll
    31.3.2020 11:18:18

    Many thanks for feedback, I am actively learning the software to get used to how bfexplorer works. 

  • Betfair Bot
    31.3.2020 9:31:58

    Traded data use case scenario. 

  • Betfair Bot
    16.2.2020 15:36:48

    When you open bfexplorer.net web page, on the home page:

    http://bfexplorer.net/Home

    There is list of main features, the same can be found:

    http://bfexplorer.net/Products/ProductFeatures

    These twelve main features describe how to use bfexplorer app for your betting, trading or automated execution of different betfair strategies.

    I hope you have managed to open bfexplorer and login to betfair that is the starting point.

    So after opening bfexplorer app and login to betfair, bfexplorer app shows Event Browser view, loaded with Upcoming in-play events.

    When selecting any market in grid view of the Event Browser, the Execute in Strategy / Bot Executor toolbar icon is activated. That means that you can do what “Execute in Strategy / Bot Executor” sentence would suggest, so start your bot strategy on markets loaded to Event Browser grid view.

    You want to execute your strategy on greyhounds markets; it means you need to open greyhounds markets to the Event Browser. You want to execute some strategy, so it means you need to define such strategy adding it to “My Strategies / Bots to Execute” view.

    Your key features you need to familiarize yourself are:

    Market navigation and browsing

    Place bet, Execute till target profit

    Strategy / Bot Executor

    Just browsing forum, you can find a lot of examples for above three features.

  • Betfair Bot
    26.1.2020 19:29:37

    Bfexplorer offers bot named: “Execute Till Target Profit”, so bot suitable to execute sequential bets till target profit/loss is reached. The bot places next bet in sequence only when previous bet is settled, so it is known that bet is winner, and/or loss.

    In your strategy you use “Reular Time Goals” market, so your bets are not settled when period ends, but only when matched ends.

    To execute your strategy you need ice hockey live score, so bot needs to know which period is played, and what the correct score is.

    Yes, the strategy can be programmed. If you are familiar with some programming language then you can use Bfexplorer BOT SDK to program your ice hockey strategy bot.

  • Betfair Bot
    15.1.2020 23:09:45

    Your subscription code was assigned to you, I can see it had been generated.

    If you have problems then you must understand that activation of subscription code and as well activation of your api access is done on betfair servers. If you still cannot login then betfair simply blocks your access, it is done so for not used accounts, accounts with zero balance, and of course for blocked accounts.

    Therefore please ask betfair. If you did not bet for more than 3 months, or have zero balance on your account, then deposit and place a bet on betfair, the matched one. This helps to reactivate api access.

  • Betfair Bot
    3.12.2019 21:15:43

    Advice from Peter Webb from betangel forum:

    Perhaps see if there has been a big price change with no change is score line on the correct score market?

    It is really funny but this best software on the betfair world:

    “Bet Angel is the premier software for trading on Betfair. Used by professionals all over the world, Bet Angel has been developed by traders who use it as their primary tool. Introduced in 2004, Bet Angel is constantly developed with more features and improved performance over any alternative software.”

    Have no support for live score match data in automation!

  • Betfair Bot
    28.11.2019 14:56:21

    Yes, you start your custom built bot assembly with app:  Bfexplorer.exe

    Do you really think you will manage to program your bot, having such big problems when debugging bot code? I think you should find bot developer, or just send me specification for your custom bot.

     

  • Ganger
    28.11.2019 14:51:20

    BotUI.exe == Bfexplorer.exe I realized right?

  • Ganger
    28.11.2019 14:42:54

    The latest version Bfexplorer no BotUI.exe, but he needs to start MyCSharpBot.

    Where possible find and download BotUI.exe ?

  • Betfair Bot
    28.11.2019 11:38:27

    C:\Program Files (x86)\BeloSoft\Bfexplorer\Bfexplorer.exe

  • Betfair Bot
    13.11.2019 22:33:48

    And here is the result.

    Well, yes it would be a good idea to optionally execute "Close Market Bet Position" bot, after dutching bet is matched.

  • Betfair Bot
    7.11.2019 10:16:36

    ATP player' statistics

  • Betfair Bot
    5.11.2019 9:07:36

    No

  • peteresgate@outlook.com
    5.11.2019 8:36:36

    That's great thanks   Can the market interval be changed via code?

  • Betfair Bot
    4.11.2019 16:39:32

    Your bot code is executed in market update event, so if your active market refresh rate is set to 250 ms, then your bot is executed every 250 ms. For passive markets (default 10s) or markets added to bot executor tool the default settings is 1 second.

    It means that when time is critical factor for your bot execution then you must set reasonable values for market update interval.

    If you are using streaming for data update (that is relevant only for active and passive markets in Bet Event View and Open Markets view), then as updates are really streamed only when changes are detected, your bot can be executed in heart beat event only, set for active market to 1s and for passive markets to 15 seconds, keep that in mind!

    Why is it implemented this way?

    Well, because bot reacts on market data changes, and there is no reason to execute a bot when there are no market data changes.

  • peteresgate@outlook.com
    4.11.2019 15:22:10

    Would you mind linking the article?  I can't find it.

    Thanks

  • Betfair Bot
    4.11.2019 8:57:13

    I had already answered such question.

  • peteresgate@outlook.com
    30.10.2019 14:22:56

    Thanks.  Actually this explains everything :)

    With the offered prices, it has probability -  could you please tell me what this is?

  • Betfair Bot
    30.10.2019 13:07:48

    Please watch this video from my debugging of bot trigger code:

    Debugging Bot Trigger Code

    I set breakpoint, and add to watch view, selection and selection.BetPosition, so I could browse the watched object data, and see what properties are full with data.

    The similar dialog I added couple month ago to bfexplorer so you can browse some market and market selection data, to learn about bfexplorer data, and how/what you can use in your bot trigger code.

  • peteresgate@outlook.com
    30.10.2019 12:05:50

    Yes but this prints all the bets, with no way to get just the matched lay or matched back bets.  To get the unmatched with your code is good, but the matched doesn't work this way.  Could you please show a code sample?