Betfair Bot SDK for Bfexplorer PRO2
Posted in Video Tutorials by StefanBelo Tags: BOT | Video
You can start betfair bot development in Visual Studio in any .NET programming language. In this video tutorial I will show you how to create VS project and what bfexplorer assemblies to reference for your bot project.
Our first bot will not place any bet just sends a message to the Output window: Hello Betfair.
In the video you can see how to execute your bot in Bfexplorer PRO 2 and how to debug your bot in Visual Studio.
You can download Visual Studio project with the betfair source code in C#.
Saturday, October 22, 2011
Drop Downs Not Appearing?
If you dont see the dropdowns in Visual Studio, for example "using BeloSoft.Betfair.Trading" then try reinstalling Bfexplorer.
This resolved my issue, perhaps because I installed Visual Studio after Bfexplorer
Wednesday, March 13, 2013
How to get breakpoint to hit?
I have added the references as required (shown around 6:30) in the above video. I am able to print messages out as needed. However I am unable to have the breakpoints hit. Possible to have a quick video tutorial that expands on above video to show how breakpoints can be reached via Visual Studio. Thanks.
Wednesday, March 13, 2013
You must run your bot as well, by referencing your bot assembly and bot full class name in the bot executor setting. Please watch the end minutes of the video above.