User Articles

Guardian Automation, referencing external data

From Bet Angel forum: I've built quite a few automation files now and am currently focusing on tennis. I'm at the stage where I could really use external in-game stats to drive bet conditions in the automation and am thinking about pulling live data using JSON, API, screen scraping ...

Betfair Charts Project

This weekend I had been working on bfexplorer tool I had named: Betfair Charts When exacted it allows to show chart data on web page, that can be open in external web browser on in built in Bfexplorer Web Browser view. http://localhost:8080/selectionOHLCV/{marketId}/{selectionId}/10 The above url ...

Not Laying Named Favourite

From BetAngel forum: Is there a way to Lay the Favourite, but have an instruction to NOT Lay it if it is a specified named runner? For the avoidance of doubt, no other runner would be Layed. Bfexplorer Solution: When bot trigger is executed, it is executed on a market selection, so in this case ...

GENTLE loss recovery trigger needed

From MarketFeeder forum: I have tried a multiple variety of demo triggers in the library to try and tweak them to my own needs, but so far none has achieved what I seek. I have and 5% price advantage over 3000 bets overall on my test, and want to compound the advantage with a very gentle loss ...

Против 0-0 в первом тайме

From MarketFeeder forum: Здравствуйте уважаемые админы,после долгих самостоятельных попыток обращаюсь к Вам. На основе Вашего шаблона "Догон в несколько шагов" сделал триггер и работаю сейчас им,против 0-0 в первом тайме,с этим вариантом всё отлично!!! Но не к каждому матчу подходит играть только ...

Локатор на футбол

From MarketFeeder forum: Подскажите как убрать из лиг женские и молодежки может константа есть или все в ручную ? Bfexplorer Solution: To filter out unwanted football matches we can use whatever column data we want. In this case we need to use Event column and filter matches that does not ...

Overs/Unders Market (signals)

From Bet Angel forum: I would like to create (or download and modify) an overs/unders automation rule using signals/stored values. I have watched a few videos and read a few posts on here regarding the signals but cant seem to get my head round whats going on. I have watched Peter's video ...

Lay the favourite <50% market

From BetEngel forum: I am trying to lay a favorite if it has less than 50% of the market volume. I can get it to work with an amount i.e.:  £10000 etc but not on a % basis can anybody help with this, it would be appreciated. I know it is done by using stored values but I have tried a ...

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

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

Bfexplorer Plugin Support

What is app plugin? It is mechanism extending application features, so in this case bfexplorer app, without changing existing code. Your code must implement IBfexplorerPlugin. During bfexplorer startup are loaded all file assemblies ending with .Plugin.dll and implementing IBfexplorerPlugin ...