how do auto upload bets for horse racing to set up drip feed bot? i want to set the horse and the minimum price to back and have the bot spread the bet out based on volume of matched money.
Get average LPT in the last minute
How would it be possible to get the average Last Price Traded in the last minute and use it as a trigger for "Place Bet"?
Betfair SDK
Hi all, I'm trying to get to grips with the SDK. Is there any way to create the GUI from the SDK - i.e. create ladders graphs etc? Thanks
Delayed API Status
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 ...
Help Manual
hi i've installed bfexplorer yesterday and i am very baffeled by the software I've run bet angel and betbotpro but i'm finding understanding bfexplorer a real challange. is there a manual for the software? what i'm tring to do is creat a bot that monitors the greyhounds ...
Ice Hockey Betfair Bot
I was looking for a bot to automate my betting.My betting strategy is based upon professional tipsters who make conditional bets for ice hockey:e.g. 1st period total goals over 1.5 with 10€ stake,if loose, same for 2nd period with 30€ stake,if loose, same for 3rd period with 70€ ...
Betfair api access activation
just trying free trial before looking at going the pro. but when logging on it asking for an activation code. But i dont have one and cant get logged in. can you help. thanks
BotUI.exe for MyCSharpBot
Advise please where is the version bfexplorer BotUI.exe, and where to download?
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 |> ...
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 ...