So you could be able to write any code against betfair api. The question is, is this approach practical?
Your bot is executed on exact type of market, for instance on horse racing win market, so what markets would you like to open in Bet Event view? Tennis match odds market, or football match odds market?
In any such scenario common sense dictates that you want to open associated market for bet event on which your bot is running, for instance place horse racing market, when your bot runs on win horse racing market and so on.
If you want to build your bespoke app on bfexplorer app, you can do so like I present in this article:
Hello. Since yesterday I have a delayed API on my BF Explorer trading software. I had no bots running when this happened and now I am also unable to trade as all stakes in the markets keep flashing all over the ladders on random odds, being absolutely impossible to figure out what was the last price ...
I tried BFexplorer, having used 3-4 different software applications beforehand.
The 2 days utilising the software, I managed to get a feel for the product and like the modern display on the black background.
Bets placed were very responsive with no lagging experienced from other products.
A few ...
Version 3.23.1126
Cumulative updates to the Bfexplorer Preview version (.net 9.0)
Version 3.22.0821
Cumulative updates to the Bfexplorer Preview version
Version 3.10.0721
Cumulative updates to the Bfexplorer Preview version (.net 8.0)
Version 3.9.0425
Cumulative ...
In the new year I will release the new version of bfexplorer. If you want to test the preview version, please download it from my dropbox:
https://www.dropbox.com/s/ewmbdcgqf75ak3t/Bfexplorer.msi?dl=0
.net 9 SDK
Download .NET 9.0 SDK (v9.0.100) - Windows x64 Installer
The app requires WebView2 ...
Version 3.23.1126
Cumulative updates to the Bfexplorer Preview version (.net 9.0)
Version 3.22.0821
Cumulative updates to the Bfexplorer Preview version
Version 3.10.0721
Cumulative updates to the Bfexplorer Preview version (.net 8.0)
Version 3.9.0425
Cumulative ...
Overfitting: The art of avoiding overfitting and the importance of comparing training and test results to detect it.
ROI Calculation: Different methods of calculating ROI, including the impact of flat stakes versus stakes based on odds.
Feature Selection: Emphasize the importance of ...
Comments ( 1 )
Betfair Bot
One of TriggerResult discriminated unions entry is:
TriggerResult.OpenAssociatedMarkets of string[] * (DataResult<Market list> -> unit)
Allowing requesting associated markets to the market you are running your bot on.
Every market is open as bet event on betfair, and you have got access to this information:
market.MarketInfo.BetEvent
So bfexplorer when you request TriggerResult.OpenAssociatedMarkets knows for which bet event id the associated markets should be queried.
Please have a look at on this bot trigger script:
HorseRacingWinToBePlacedData.fsx
Basically your bot has access to all betfair api methods:
myBfexplorer.BfexplorerService.BetfairServiceProvider
So you could be able to write any code against betfair api. The question is, is this approach practical?
Your bot is executed on exact type of market, for instance on horse racing win market, so what markets would you like to open in Bet Event view? Tennis match odds market, or football match odds market?
In any such scenario common sense dictates that you want to open associated market for bet event on which your bot is running, for instance place horse racing market, when your bot runs on win horse racing market and so on.
If you want to build your bespoke app on bfexplorer app, you can do so like I present in this article:
Bfexplorer Plugin Support