Beginner tutorials

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • randomchatname
    Junior Member
    • Oct 2018
    • 1

    #1

    Beginner tutorials

    Apologies if there is aleady a thread for this somewhere, but I couldn't find one.

    Are there any basic tutorials for using the Betfair API?

    [My intent is to use an excel spreadsheet to interact with multiple Betfair markets for automated triggered betting.
    I have the excel algorithm working as I want it using a lot of IF AND OR statements, and I can make cells say back/lay and other cells give the price I want etc based on a number of inputs (current price of back, lay and the amount I stand to win or lose based if the selection wins/loses) and I have cells on the spreadsheet that indicate what I want it to do with each selection. eg back @1.20 and lay @1.1.]

    The stage I would like to work on now is getting the spreadsheet to interact with Betfair, retrieve the information I want, enter this information into the spreadsheet I have, and then execute the bets that the spreadsheet produces into Betfair.

    My question is quite general: Are there any basic resources for using the Betfair API for automated triggered betting? I have limited knowledge of coding and everything on the betfair site appears like jargon to me, which makes me question whether using the Betfair API is the correct option for me. I have a decent knowledge of excel and I have started learning VBA if this helps choose the direction I go in.
    Last edited by randomchatname; 28-10-2018, 04:24 PM.
  • bfexplorer
    Senior Member
    • Sep 2018
    • 212

    #2
    Have a look at here:

    http://bfexplorer.net/Products/BfexplorerBotSDK

    You can watch some videos showing how to program bots, or using betfair api, to program bots.

    Here are my gists on github, short scripts of code, executing some bot strategies utilizing bfexplorer app:

    https://gist.github.com/StefanBelo

    Comment

    • Bascoe
      Member
      • Sep 2018
      • 42

      #3
      Random

      There are many tutorials on the forum. As a VBA expert I strongly suggest you do NOT go down that path - BF API does not integrate easily with VBA - check out the VB6/Excel forum for examples of the issues - note my comments there under my old handle Grantay.

      The BF api is very advanced even for good coders. I do not want to stop you developing your own app but there are many custom apps out there already built (including Stephan's above) that can probably do what everything you need, at a low cost. Some are free. This way you can start trading soon, see what works and so on.

      Once you know how the apps work you can then develop in parallel in a language that works better with BF API - either .net or Python

      Grantay

      Comment

      Working...
      X