Search Results

Bfexplorer console code - help

Hello All againI wish to thank Stefan again for his help via the video with the BetfairApiConsoleFSharp code - help post.What a relief!.I was able to get it up and running relatively quickly and pain free.I am still puzzled why i can't seem to get the 1 line FSharp Script going in the BF ...

BetfairApiConsoleFSharp code - help

Hello all I have copied across some code generously put up by Stefan. For those of you that might not know, Stefan has kindly pointed out that since the Aus end point no longer exists  no reference to GBR inside the brackets in line 8 is now required, it is left with closed brackets. let ...

API "advanced" settings

Hello,   is there a possibility to access the API "advanced" settings on bfexplorer and modify them? Maybe through a command on the bfexplorer console? The only thing I can see and change is the refresh rate in the settings area. What I mean with advanced API settings is  a) the max ...

Betfair BOT SDK Login Query

On the SDK I receive the following error message every time I try to run any solution in Visual Studio. “An unhandled exception of type 'System.Exception' occurred in BetfairApiConsole.exe  throw new Exception("Please enter your betfair user name and password!");”   Can you ...

Save Betfair Data Automatically to Database

Let's say you want to execute bfexplorer bot saving market data on your windows server to MS SQL database in fully automatic mode every day.  What you need to do is following:  1) Your bot will be executed using Bot executor on bet events you define in your favourite events. So if I ...

Betfair Market Charts and Data Analyzing

The latest addition to Community Bots is bot: “Record Market Selection Data”. It allows to record selections time series data, price and volume (traded volume) at set time intervals for pre event and in-play data. Bfexplorer Console allows interacting with bfexplorer using F# as the ...

Case Study 13 - Loading up markets each day automatically

From Bet Angel forum: I currently load up UK and Irish racing every day and before that delete any suspended markets I have on my guardian screen. I then apply my rule to the loaded races and back to it the following day and do the process again Does anyone have a piece of code/software to do ...

Case Study 8 - Automation for Scalping Front Runners

From Bet Angel forum: Basically they give you a list of frontrunners every day, you place a back bet just before the off and then hopefully get a lay bet, for around 20 ticks lower during the first part of the race. I have successfully been successful (thanks Dallas) in setting up a rule that can ...

Cancel Bets on All Markets

What you can watch in my video is how to use Bfexplorer Console to cancel all unmatched bets on all open markets. I placed back bets on 8 markets. In Open Markets view I showed how to group by selected column, such operation is available across all grid views in bfexplorer. To cancel all bets I ...

Filter and Open My Markets

Betfair offers a lot of markets and if you want to open only those markets which fulfil your specific criteria you must open them manually, check your market/selection criteria and close markets not fulfilling these criteria. If you run a bot strategy using Bot Executor, then your custom bot script ...