Showing posts with label ebook. Show all posts
Showing posts with label ebook. Show all posts

Monday, 3 December 2007

Scam!

I hate scammers! This post is going to be a bit off topic (although I'll try and pull it back on-topic later on). Well, its on topic-ish, as I'm going to mention systems, ebooks and gambling. The gambling in question is related to on-line casinos. What am I on about? Well, I came across a forum post promising a wealth build system that wasn't the usual list. My thought, if something promises to be too good to be true is that it is too good to be true. I was intrigued though. I followed the link, expecting to see an advert for an ebook that made lots of big promises, showed little and demanded a big price. Instead I found the usual big promises but this time the ebook was offered for free in exchange for testimonials "when you start making big money too". Hmmm, that pulled me in somewhat. Suddenly there seemed no risk. Ok, I thought, what is this system that promised money without setting up a web site, a business, adwords or similar? I read the ebook and the first half was all about trying to get you to think you had found a gold mine and to think about how you're going to spend the money! The second half contained the system. I read it through. It started by saying that it involved on-line casinos. "What a waste of time", I thought and was ready to close the ebook, delete it and forget it, but then the next lines held my interest when they started talking about a loop hole in computer based gambling systems that can be exploited. I read on. It stated that a system had been found that would not work on real roulette but was ideal for on-line roulette due to the problem with computer generated random numbers. This almost had me. I know about computers and I know that a desktop computer can't create true random numbers. A computer has to use a formula that gives what look like random numbers, called pseudo random numbers. The system revolved around the fact that pseudo random numbers can be relied upon to be distributed evenly across the range of numbers. So, the idea came in two parts: 1) When to bet and on what and 2) A staking system. This made sense and I started to wonder if it could actually be legit, I mean, if this is being offered "pre-release" in order to get testimonials, that kind of made sense and it is always good to get something for free when it normally has a price tag attached (which the ebook claimed to have) and the system seemed plausible. Well, almost plausible. I did some more research. I wrote a roulette wheel sim and tested the system on it, it worked. With the random numbers my computer generated, the system worked. I was a step away from giving it a try. The system said to use a specific online casino and provided a link to it and set up instructions. I checked out the casino, to see if it was legit and it was. Whilst doing that I noticed that the casino said that it used a RNG (Random Number Generator). This was the problem. A RNG is a special piece of kit that can be used to generate real random numbers for use by computers, e.g. it doesn't rely on computer formulae to get numbers, it samples white noise levels or other random external events and feeds that back to the computer. So, the system would not work, so I wondered why the free ebook was there and then I thought about the link to set up an account at the casino (the ebook said that at least £50 should be deposited, in order for it to work!). The link was an affiliate link, the ebook author gets a percentage of any money that anyone they sign up loses! Very sneaky, especially when you look at the staking system. It was a slightly disguised martingale system!

So, how can I make this post relevant? (even if it hopefully will help save some people money signing up to this scam) Well, I think, before engaging money, other than a trivial amount, into any system or idea, you need to do the research yourself and not just trust the sales pitch, no matter how great the promises.

Thursday, 15 November 2007

My eBook is ready for release, yay!

Well, I've finally finished the last set of changes to my eBook about building your own betting/trading software/bot. I plan to keep adding more examples and expanding it further, but for now, I'll release what I have. So far, I have added 9 new different examples, showing how to do the following.
  1. Log on to your account using the Betfair free API
  2. Getting a list of events
  3. Getting a list of markets and runners
  4. Displaying market prices in a "ladder" style.
  5. Matched price and Bollinger band graphs
  6. Volume graphs

  7. Weight of money graphs
  8. Placing a bet
  9. Placing a below minimum stake bet, updating bets, cancelling bets.

At the top of this post, there is a screen shot.

Is this a blatant ad? Yeah, I suppose so, but I'm really excited that I've got this far. It's been hard to find time to work on this and seems to have taken me bloody ages.

Wednesday, 10 October 2007

Example Graphing from Betfair data

As part of the rewrite of my eBook about building Betfair bots and using the free Betfair API, I have been creating some simple examples. One of those is a graphing example. I thought I'd post it up as a download in case anyone wants to play with it. It is somewhat raw and buggy but it was only written as an example to show how to use parts of the API. If you want to have a look, please go to: DOWNLOAD HERE and click on the "install" button. It is a windows application and when run will ask for username and password. These are your Betfair user ID and password and are used to connect to Betfair using the free API. Once you have logged on, you are shown the main window. On the left is a tree view you use to select a market and an event. Open the treeview until you find the event you want. When you have chosen through to the lowest level, a drop down list will appear at the top of the right hand pane. Use this to select a runner. As soon as a runner is picked, the simple ladder and graph will update price info every second. At the bottom of the window are some check boxes. These let you turn on or off the various graph lines. The available ones are back1-3 and lay1-3 which relate to the unmatched back and lay prices, next to that are back band and lay band. These are bollinger bands, currently set to use a 20 second moving average of matched prices. Finally there is a checkbox for matched price and moving average matched price. Next to the moving average is a box that you can enter the number of seconds the moving average is over. I hope that all made sense.

Just to repeat, this little application is not a finished, solid application, so don't be surprised if it does something funny every so often or crashes, etc.

If you want to make the graph fill more of the window, click the "hide ladder" check box. You can zoom in onto an area of the graph by holding the left button and dragging the mouse over it.

Have fun.

Tuesday, 11 September 2007

Testing My Strategy

Whilst trading on the horses the other day, I managed to get caught out a couple of times by a change in price move. I was trading using the ladder interface in Bet Trader pro, but my laptop had been playing up and I couldn't see the graphs very well (and I don't find them very clear anyway), so I think I missed seeing the momentum change (or perhaps there was no signal of a change, although I was trading using the momentum of the prices matching). As I am revising my eBook about trading software and bots, I have decided to add in some graphing examples and started building them. My primary goal is to be able to see the equivalent of bollinger bands (price envelopes - kind of like in Bet Angel Pro) and also some kind of momentum indicators. I've been talking about graphing applications for a while but now is the first time I've got to really get on with it. I'll include any code in the eBook and will make the executable available, if anyone wants to play with it (it won't be a battle hardened application like Bet Trader Pro or Bet Angel Pro mind!) but might be useful to run alongside. I just want to know if I am missing any signals or whether my strategy is flawed. I'm hoping that there are signals that I'm not seeing yet otherwise it's back to the drawing board.

Wednesday, 5 September 2007

eBook Complaint

I recently received a complaint that my eBook, "How to build your own Betfair bot or trading software" didn't contain enough information. When I wrote the eBook, I put in it information that I found really useful, getting started. I don't want anyone to be less than over the moon, so I am withdrawing the eBook and enhancing and updating it. Anyone who has already bought it will automatically receive the updated version.

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