€ vs. Kč
Community Articles
- Popular
- Recent
- Comments
-
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 ...
9.5.2020 16:19:41 -
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 ...
25.3.2015 17:55:00 -
Version 3.27.0521 AI Agent support. Install from Bfexplorer Preview version. Version 3.25.0513 Adding the new feature: Open Bfexplorer from web page. Install from Bfexplorer Preview version. Version 3.23.1126 Cumulative updates to the Bfexplorer Preview ...
21.5.2025 20:44:52
-
Hi, I just did a donation for 15 gbp, where do I get my activation code? Eoin.
30.5.2025 10:15:23 -
Version 3.27.0521 AI Agent support. Install from Bfexplorer Preview version. Version 3.25.0513 Adding the new feature: Open Bfexplorer from web page. Install from Bfexplorer Preview version. Version 3.23.1126 Cumulative updates to the Bfexplorer Preview ...
21.5.2025 20:44:52 -
Non-Developers: What's Your Experience Using AI to Modify Code?
I'm curious about how non-developers are using AI tools (like Grok, Copilot, or ChatGPT) to tweak or create code. Whether you're updating scripts, customizing templates, or automating tasks, I’d love to hear your stories! What projects have you tackled with AI assistance? Any tips for ...
16.5.2025 20:31:03
- by : Betfair Bot
- by : adska
- by : adska
- by : Betfair Bot
- by : Betfair Bot
- by : Betfair Bot
Comments ( 63 )
Mir.
I can not move an items (bots) up / down in My Bot window...
(really minor problem, Save and Open bot setting is better then moving...)
Betfair Bot
I will fix it in the next release.
On the other hand as any grid, My Bots views offers grouping or sorting, and searching as well. Just click right mouse button on grid header, and show search or group panel, show column chooser, so you can add hidden Category column and grouped bots by this column, of course if you entered some values for category input box when setting up your bots.
So the Category entry has not the only usage like My Ladder Bot entry for category name.
Mir.
Can you set as default Best Fit (all columns)?
-----------------------------
I and after all you too in your videos this setting repeatedly used
Mir.
I have some issue with PlaceBet bot.
Place bet with this setting - will place bet at the odds when the bot is started, not when criteria are met. In this case: Maximum odds difference
The bot selected Odds (7.2) and after all criteria met, placed bet at this Odds. Not at Odds 6.2 as I expected
Betfair Bot
You did not set the parameter PlaceBetInAllowedOddsRange and Odds is set to 0, what means your bot should place a bet at Odds 0, right?
In such cases bot sets Odds parameter to the current odds depending on the BetType (so Back in your case, and as OfferMyBet was set to True, the Odds was set to current offered lay price) when the bot was executed.
Mir.
Yes, at the current odds!
Not at a time when the criteria are met, but at the time when the robot is started
Mir.
Do you remember your bot in old version BFE which names "PlaceBets bot"?
Betfair Bot
You did not set PlaceBetInAllowedOddsRange parameter, therefore your bet was placed at exact odds, initially set to the Odds I described. If you wanted to place your bet in allowed odds range then why you did not set the parameter: PlaceBetInAllowedOddsRange?
I do not know what is your use case scenario for PlaceBets bot? You can simulate such behavior by using Place Bet bot and Execute on Selections bot.
Mir.
I do not want to place bet at any range...
I want to place a bet: IF maximumOddsDiff is 2 and at this time with PriceImprovement 2
Betfair Bot
It is clear that bot parameters setting have influence on bot behavior when placing bets, and that bet is always placed at some odds (0 is not valid odds), so set PlaceBetInAllowedOddsRange to true, and OddsDifference parameters to required values, then your bot will place a bet when OddsDifference parameters are in preset range. The default value for Odds range is 1.01 to 1000.0, so bet is placed at odds calculated by using the current offered odds, and of course reflecting all other Bet Attributes parameters setting.