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 ...
Bet Status and cancelling Unmatched bets
For a selection: With matched bets, how can I get the total stake and averaged odds for both back and lay? With unmatched bets, how to get the betType, stakes and odds? And lastly, how to cancel an unmatched bet? Thanks
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 ...
Getting Matched Volume at index
Is there an easy method to get the matched volumes at index 1, 2 etc and -1, -2 etc? For example it is easy to get the odds: let LayPriceLevel (selection:Selection) index = selection.ToLay.Prices.[index].Price/selection.ToBack.Prices.[index].Price and easy to get the amount ...
Против 0-0 в первом тайме
From MarketFeeder forum: Здравствуйте уважаемые админы,после долгих самостоятельных попыток обращаюсь к Вам. На основе Вашего шаблона "Догон в несколько шагов" сделал триггер и работаю сейчас им,против 0-0 в первом тайме,с этим вариантом всё отлично!!! Но не к каждому матчу подходит играть только ...
Betfair SP Stake
When I place a Betfair SP bet, it only shows matched in the Market Bets window,but the stake shows 0. When the event starts, then the stake shows (as well as the odds of course). Also all the codes that I can find on showing the BSP (near far etc) don't show anything in the ...
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 сета, вторая ставка на победителя матча. Делаем ставку ЗА на фаворита (не текущего по итогу сета, а фаворита матча) Ставка должна ...
Market Depth Price/Volume Levels
With Market Depth, using Stefan's code to Place Bet At Empty Price, I have added a count variable to it so that you can check price at different Market Depth levels: https://github.com/PeterEsgate/BfexplorerTestBots/blob/master/Market%20Depth%20Levels And with the ...