Bfexplorer BOT SDK

Introduction

Bfexplorer BOT SDKThe Bfexplorer PRO supports the bot script development in Visual Basic or C# programming languages. So if you are a familiar with one of those language you can write your own trading and lookup bot scripts. The Bfexplorer PRO has a simple text editor for writing bot scripts, the bot script source code can be compiled so you can check this way if the code you wrote is without errors, but there is no support for debugging nor the text editor has no capabilities offered by integrated development environment like the VS2008 so this editor is suitable only for small changes of code or changing parameters in existing bot scripts. If you want to write more complicated bot scripts you should use this BOT SDK package.


Bfexplorer PRO BOT Strategy from Stefan on Vimeo.

The BOT SDK contains two projects, one in Visual Basic and the other in C# so you can open it in VS2008 Express and write, debug and test your bots. The Bfexplorer infrastructure is exposed by BotTestService interface enabling the base features of the Bfexplorer platform for testing purposes. The result of your coding effort can be then used in Bfexplorer PRO either as a trading or lookup bot script you can use in the Bot Executor or in the Trade Opportunity Lookup Service.

Features

  • The full source code of all bfexplorer bot scripts
  • A simple project showing how to use the bfexplorer infrastructure
  • Debugging and testing of your own bot scripts for the Bfexplorer PRO or building your own solutions
  • Full transactional betfair API access for the price of monthly subscription for the Bfexplorer PRO