Articles

Horse Racing Odds Movement Prediction

Can we predict odds movement on betfair horse racing markets?

My Indicator

Bfexplorer's ladder offers 10 columns presenting different type of information.  This columns allow you to customize your ladder, hiding or rearranging columns.   For instance you can hide To Back, To Lay columns and instead of them display just one column WoM. Well, yes ladders are here ...

Strategy Performance

Horse racing strategy perfomance.  

John's Manual freelancer.com - Testing Place my back/lay bets bot

To test this bot we open horse racing win market and select a horse we want to place back/lay bets on.  Clicking on "Add a new order/bot" toolbar button in the "Bots to Execute" view, the dialog appears and we can add our bot: "Place My Back/Lay Bets".  I left default bot setting so to ...

Horse Racing Database

Having data saved to database allows querying those data and so analyze them by features data are described by.  My horse racing database saves the following data: Eligibility, Going, Horse, Race, Racecourse, RaceType, Runner and RunnerData.  I created simple app to save above data ...

Rohit's Manual upwork.com - Testing football bot strategy

To test this football strategy we need a match already in progress. I opened "Football Score" tool by clicking on the menu item Tools / My Tools and selecting Football Score and clicking on Open button.  In Football Score I added hidden column Time, so I was able to sort matches by match ...

Case Study 32 - Laying The Draw Bot

From Bet Angel forum: I have been very suprised last week with a big loss on a LTD trade with my bot although i was in position for banking a profit, because of the betfair system fails.here's my bot, it’s been implemented for doing the following :* Laying the draw before ...

Betfair BOT SDK Login Query

On the SDK I receive the following error message every time I try to run any solution in Visual Studio. “An unhandled exception of type 'System.Exception' occurred in BetfairApiConsole.exe  throw new Exception("Please enter your betfair user name and password!");”   Can you ...

Save Betfair Data Automatically to Database

Let's say you want to execute bfexplorer bot saving market data on your windows server to MS SQL database in fully automatic mode every day.  What you need to do is following:  1) Your bot will be executed using Bot executor on bet events you define in your favourite events. So if I ...

Save Betfair Data to Database

This short video shows how to setup database and bot for saving betfair market prices. We use Microsoft SQL Server Express database and SQL Server Management Studio to manage database and query data. After attaching database mdf file, you need to rename it to: MarketPricesDatabase Your ...