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 ...
Dutching Tools/Bet Wizards
If you want to place your dutching bets on market selections, then first open a market and then clicking on Market / Bet Wizards menu item, choose dutching wizard to either place back or lay dutching bets, or back dutching bets on multiple markets.
Bfexplorer Tutorial
1) Add your favourite events Betfair offers hundreds of events you can bet on, but most of us bet or trade just on our favourite’s ones, for me it is football (soccer), tennis and horse racing. Adding my favourite event 2) Setup your application layout and theme Bfexplorer presents ...
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 ...
Case Study 31 - Can you trigger a bet after a goal?
From Bet Angel forum: As the title says, I'd like to trigger a bet in Guardian after a goal is scored in football.Can this be done reliably?I've searched on here but I can't find anything. I'm looking to open a trade following the goal.I've tried using suspend/unsuspend rules conditions but there ...
Case Study 28 - In-play & selections
From Bet Angel forum: Just another quick seek of your valuable help on Bet Angel. I have created an automation rule that is doing OK in testing. It's an 'in-play' automation and is for horse races. It's working as it should for UK races as they go in-play. However, am struggling with races outside ...
Tennis - close selection bet if score... - an additional condition
Hi, In the "Tennis BOT", we can set the condition, when should buy a bet.For the program you need to add an additional condition: "close selection bet if score...".I will explain this with an example:1. Tennis In-Play2. BOT buys bet if a tennis match is the result: ...
Tennis - Excel monitors all matches
Hi, How to do it - Excel spreadsheet (InPlay) should monitor all the matches from the list: Thank you in advance for your help. * Edited by Stefan, 13.4.2016 Download “TennisDataToSpreadsheet” bot trigger, if you want to test it.