Articles

Analyzing Strategy Results

Let’s say we are in the processing of testing ML strategy. We run the strategy automatically each day on horse racing win markets using Strategy Bot Executor tool. The tool reports profit/loss results for each market and total profit. In the Output view we can see all messages the strategy ...

Execute My Horse Racing Strategy

In my previous post I showed how to load horse’s data: Bfexplorer Console – Horses Data I opened the script in Bfexplorer Console and clicking on Execute toolbar button the script loaded data and showed them in the spreadsheet application. Let’s say we want to use this data to ...

Football Automation Accurate Goal Recognition

From betangel forum: I'm trying to work out a way to get accurate goal recognition for one of my guardian bots.  Is using the Correct Score market the only way to do this within Bet Angel? Can BetAngel can obviously tell when a market is closed so could the goal markets be used to recognize ...

Football Underdog Strategy

From Bet Angel forum: Looking for some help with automation I’m effectively trying to say that when a price in Football Handicap Market (Market 1) shortens by 'x' ticks then to set a signal and this signal then triggers a bet in the Match Odds Market (Market 2).  How do I link the ...

Horse Racing Oddschecker Trigger Strategy

Here is another short tutorial for bespoke bot strategy I had been working on last days. The strategy uses oddschecker data and when criteria are met a bet is placed on any qualified selection/horse. The action bot used in my test is: “Place SP Bet” set to keep unmatched bet at ...

Show Offered Average Weighted Price Indicator

This bot calculates average weighted price for 10 best offered prices on back and lay side and visualizes it on ladders.  MyIndicator column is used to show total offered volume so this way we are showing WOM slightly different way.

Horse Racing - WLM Strategy

Another prediction price is forecast price betfair offers in horse meta data, and here is simple bot trigger using this value: HorseRacingForecastPriceBotTrigger.fsx

Horse racing - BLM Strategy

There are quite a lot of different strategies using betfair SP to trigger trading on horse racing markets. If you want to test this strategy: HorseRacingFarPriceBotTrigger.fsx You can change it to fulfill your requirements for factor value. In my case I use FarPrice NearPrice difference value.

Football Under 4.5 Goals Strategy

From Bet Angel forum: Automation - Back under 4.5 Goals and then Lay same market if odds are below triggered Odds Basically my method is very simple place a back bet on the under 4.5 goals market normally around 1.09 1.10 odds which then gives the security of knowing the game can have 3-4 goals and ...

Signal Value Trend Line - PriceTradedHistory.MyValues

In my previous post I showed how to visualize data in spreadsheet. When manually trading and having some kind of algorithm to process data, the better alternative is to show such data in selection charts. In my latest bfexplorer app release I added: PriceTradedHistory.MyValues for custom data ...