Community

Betfair Excel Developer Wanted

I have just testing the bot named: “Execute Excel Trigger Bot” This bot when executed open Microsoft Excel and loads and updates market data in the market worksheet. What does it mean? Bfexplorer already supports bot trigger development in F# or C# programming languages, but not all ...

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 ...

Mirror movement

  Hi, I'm have serious lag issues, for example this routine from a simple cancel bet to place bet takes about 1 second.  The code is as follows | TriggerStatus.CancelLayTrade ->   status <- TriggerStatus.PlaceLayTrade  let tradeUnmatchedL = _selection.Bets |> ...

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 ...

Market Start Time

For one of my bots that I'm working on, I need it to stop a few seconds before the scheduled start time.  I was looking to use the code from Stefan's HorseRacingXMinutesLoadAutomation but it now doesn't work.  I tried MarketInfo.StartTime with async but I always ...

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

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 ...

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 в первом тайме,с этим вариантом всё отлично!!! Но не к каждому матчу подходит играть только ...