Community Forum

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

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

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

Automatically Open Market

Hi, I have strategy/bot executor running for the days events.  Is there a method for the bot to also open the event in bet event trader?