Showing posts with label software. Show all posts
Showing posts with label software. Show all posts

Thursday, 23 August 2007

"How to easily build your own Betfair bot or trading software"

Yay! I've completed it! After a lot of researching, trial and error and banging my head against an uncompliant computer screen, I've done it. I've worked out how to create a Betfair bot or bit of trading software, for free. I've recorded all of this, so you don't have to go through the hair ripping frustration and annoyance I've been through. I've got it all down in an eBook. It's called, "How to easily build your own Betfair bot or trading software"
By the end, if you follow along, you will have:
  • Your own easily modifyable spreadsheet that loads prices from Betfair.

  • An extendible, .NET based (just like the pros) trading application

You can take these starting points and turn them into whatever it is you want.

In the eBook, I explain:
  • What a bot is and what you'll need to get one working

  • How to get odds and volumes from betfair easily

  • Building on top of Excel, or in .NET

  • Writing a .NET trading application

I explain some of the trickier parts of using the free API (not forgetting, what an API is and why we'd want to use it), including (for the more technical) how to use (with example code) GetMarketPricesCompressed

So, if you're technically mind, you'll be happy, but what if all that stuff is gobbledy-gook to you? Well, I also explain how to find someone else to do the work for you, at bargain basement prices. There are a lot of great programmers out there, with rock bottom prices, if you know where to look. I tell you just that, in my eBook.

Click here to find out more

Sunday, 19 August 2007

Build your own trading bot

Some good trades today on the old horses. I decided to quit whilst I was nicely ahead, rather than do what I normally do and keep on going until I whittle away my gains!

I am also putting the finishing touches on a eBook/Report called, "How to easily build your own Betfair bot or trading software". I'll put it up for download as soon as I'm finished. It is not just for programmers, as it has examples for use with Excel and also advice on how to find a programmer to build your bot for you (cheaply).

Monday, 6 August 2007

Status Report

I've found that my recent trading has got much better. I am using a combination of graphs and the ladder trading interface in Bet Trader Pro. I switch to the grid view and check on the graph of the favourite and 2nd favourite and look at the prices of all the runners and using this I get a good idea about the price movement. I back or lay and decide where I will get out if the market moves against me. I then monitor the price and keep checking back to the graphs to see if the situation looks like it has changed. This has worked quite well so far. The only loss I had was due to Bet Trader Pro crashing before I closed a trade. It could have just been one of those things, so I'll give them the benefit of the doubt. I have noticed that this version of the software can freeze every so often if you change between grid and ladder interface regularly (which I do). It's either a teething problem of the new version or its down to my machine. I don't know.

I havn't had much time with Bet Angel Pro yet, as I'm just getting used to Bet Trader Pro, but I will get onto it.

As far as developing my own charting application, I have found a graphing component that does what I need and just need a bit of time to do some development work.

If you have read my special report (available from How to Stop Losing), then you will know I am putting a DVD together. All is moving forward there. We're busy getting the script together and everything is moving forward nicely.

Thursday, 7 June 2007

Betfair API


As I've got a background in software development, I was immediately interested in doing a bit of bot writing. After a look around the Betfair site I was pleasently surprised to discover that the lovely Betfair people had already put an API together.


If you're not an IT geek like me, then this may well be double dutch to you. What it basically means is that instead of having to write some clever code that effectively logs into Betfair via the web and then decodes the web site pages, clicking robotically on buttons and links, there is a ready built set of commands provided that can be used. So, instead of having to mess about working out how to put a bet on by sending a click on this and send that, we can just send a "I want to bet £20 on XYZ, please" message and voila, it's done.


It's a bit sad, but I got quite excited, especially when I found out that there was a developer version (just for guys like me!). Then the bad news. The cost. Usually API (application programming interface) are available for free but here they want £100 a month. Eek! Now, if a bit of software I write is making me £101+ a month consistently, then fine, but right now it's not. Thankfully, they also provide a free version, but it is somewhat hobbled (ever see the film misery, where the crazy woman smashed the writers legs with a big lump hammer? Well think of the equivalent thing being done to some software).


I'm going to have a look and see what I can do with the free version. My initial thought is to do some fancy graphing of price/volume information, i.e. get some bollinger bands, etc going. I'll report back when I have (may take a little while, mind). If there's anyone out there that have already done some Betfair free API work and fancy a chat and to swap some ideas, drop me a note.