From Betangel forum: Does anyone have a spreadsheet that can pick up my bets from Bet Angel and show them live in a simple format such as this: Race Details | Selection | Stake | Matched Price| LTP |Current Profit/Loss I've searched and can't see how to do it. Bfexplorer ...
Betfair Bot Programming for Beginners
What is the best way for programming betfair strategy? Well, I think it is possibility of interaction with the real data, and quick feedback you can get from debugging your code and from errors reported by your integrated development environment (IDE). What are common IDEs used by betfair bot ...
BotUI.exe for MyCSharpBot
Advise please where is the version bfexplorer BotUI.exe, and where to download?
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 ...
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 ...
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
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 ...
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 ...
Локатор на футбол
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 ...
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 ...