Articles

Тригерр на теннис

From MarketFeeder forum: Прошу сделать триггер на теннис. Тригерр должен делать 2  ставки по завершению первого сета. Первая ставка на победителя 2 сета, вторая ставка на победителя матча. Делаем ставку ЗА на фаворита (не текущего по итогу сета, а фаворита матча) Ставка должна ...

Data Science Football Data

Let’s say we have got results for last 15 seasons of English Premier League and we want to apply some machine learning algorithm to predict whether home team have chance to win a match. We can get data from http://www.football-data.co.uk/ And here is my python script to load data, process ...

Check Results without Betting

From Market Feeder forum: My lay strategy involves waiting for 2 losses, before actually betting. Where is the option to do this. I want a losing run of 2 before I actually bet money, but cant find a trigger or a betting option anywhere.Any help appreciated. Bfexplorer Solution: I was looking ...

Bot Trigger Building Part 4

In the final Part of this tutorial, I would like the bot to stop and give us a warning message in the console if it has had X losses in a row. Seeing as the bot runs fully automatic, if I am not in front of the computer and for whatever reason I am having a bad run, I'd like to limit my losses so ...

Bot Trigger Building Part 3

Now that we have a working bot, I'd like to monitor the odds of my selection if matched, so that if it looks like my trade is not going good, I'd like to limit my losses. To this effect I would like to have a trigger that if my selection has a lay trade that was matched due to the previous triggers ...

Bot Trigger Building Part 2

Now that the selection has been identified (in Part 1, a horse in lane x in a race with more than x selections), I'd like some triggers to be met before initiating a trade. Firstly, for this example, I'd like to place a lay bet only when the horse has odds in range 10 to 20 when the following 2 ...

Which side of the market is money matched

From Cymaric forum Which side of the market is money matched I was wondering if it's possible to to work out which side of the market the matched money is on? It would be good to see on which side of the market the flow of money is! * It might not be perfect, but the closest way to do it is to ...

Green at reverse market price

From Bet Angel forum: Green at reverse market price Would I be correct in saying that when using reverse market price to green/close it isn't possible to go a tick above/below the current price? I've been racking my brain for a workaround but have come up empty. Obviously this would only be ...

Bot Trigger Building Part 1

When designing a bot, we need to have clearly defined rules before we start.  Bfexplorer already has a suite of ready to use functions and strategies.  One of the exciting things with Bfexplorer is that it's possibilities are virtually limitless, so much so that if your idea/rule is not ...

MyBotTriggers.dll usage

I am doing something wrong so if someone could help that would be great. I have built the MyBotTriggers.dll. There is a module called TestBotTrigger which has parameter called "execute". I have made a simple bot called "Place Bet" (which when run will place a bet on current selection) and this works ...