When using Strategy/Bot Executor, with Update Interval set, for example, to 10 seconds, if I schedule a bot to place a bet when 1-0 is scored, as Live Scores are independent from Betfair data readings, will that bet will be also placed with a up to 10 seconds delay ? And if I use a BeTheFirstInQueue bet, will it also wait up to 10 seconds for the next Betfair data reading to be placed ?
-
Add Your Comment
+Please login to your bfexplorer account, if you want to add a comment to this article.
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.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 updates to the Bfexplorer Preview version Version 3.1.1021 - preview Betfair menu ...
22.8.2024 14:37:12
-
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 ...
21.11.2024 8:41:42 -
All about Luck and Success betting
The Role of Luck Unpredictability: Betting inherently involves a degree of unpredictability. No matter how much analysis you do, there are always elements beyond your control, such as unexpected injuries or weather changes. Short-Term Variance: In the short term, luck can significantly influence ...
10.9.2024 13:27:05 -
Some insights into different betting strategies, including trading in and out versus betting based on fundamental probabilities. Trading In and Out: This strategy involves placing bets and then trading out of them to lock in profits or minimize losses. It’s similar to stock trading, where ...
10.9.2024 13:24:03
- by : Betfair Bot
- by : adska
- by : adska
- by : adska
- by : adska
- by : Betfair Bot
Comments ( 14 )
Betfair Bot
When your “BeTheFirstInQueue” bot executes bet placing operation this operation is executed immediately.
Now depending on in-play status of the market, placed bet is inserted to betfair market immediately (50 – 150 milliseconds, depending on your connection latency to betfair server), or if market is in-play, after in-play delay time expires (on football markets the in-play delay for bet placing is 8-10 seconds).
Yes, if your bot is executed by “Strategy/Bot Executor” tool, and you set update interval to 10 seconds, then your bot “BeTheFirstInQueue” is executed each 10 seconds, so also update of bets is done in this interval when “BeTheFirstInQueue” needs to update your bet, but any bet operation is executed immediately.
I would suggest testing it yourself. Open bfexplorer app and execute your strategy using “Strategy/Bot Executor” tool. Then manually open market in Bet Event view, and just watch how your bets are updated.
Tony
Ok, let's just forget the Betfair bet placing countdowns in Live matches. But if instead of BeTheFirstInQueue, I use a FillorKill or PlaceBet bot (with no delay set on the bot) and Strategy/Bot Executor Udate Interval set to 10 seconds, will it take also 10 seconds for that bet to be placed after 1-0 is scored ? What I really need to know is if Strategy/Bot Executor Update Intervals also delays bet placing or only refers to Betfair data readings. Thank you
Betfair Bot
I have just added to your post short video that could help you understand the bot execution in the “Strategy Bot Executor” tool.
I selected two markets and set the start execution time 5 minutes before official event start, and the update interval to 10 seconds.
The bot to execute was: Test of ReportMarketDataChanged, just simple bot trigger script to report total matched volume on the market, or text: “No update!” when no data change or update was detected by bot.
When clicking on Open button the “Strategy Bot Executor” loaded those two markets, and in Output view we could read:
Strategy/Bot Executor: The next strategy/bot execution is scheduled to: 10. 6. 2020 12:40:00
And exactly at: 10. 6. 2020 12:40:00
We can see the message: “The bot Test of ReportMarketDataChanged has been started.”
And after 10 seconds, in the next bot execution cycle:
10. 6. 2020 12:40:10 Total matched: 52.54
And so on every 10 seconds.
Later I had double-clicked on selected market in the “Strategy Bot Executor” view, what means the market had been open in the “Bet Event” view, and as the bot was still active, it started to report:
10. 6. 2020 12:40:47 Total matched: 114.72
10. 6. 2020 12:40:47 No update!
But of course not in 10 seconds interval but 250 milliseconds one, I use for the active market update.
Tony
Thank you very much for your short video. But what I really need to know is if, in "Strategy/Bot Executor", a bet also needs to wait those same 10 seconds Update Interval to be placed after a goal is scored (plus the regular Betfair "countdown" for live matches) or if those 10 seconds refers only to market data readings and bet placing on "Strategy/Bot Executor" is immediate (plus the regular Betfair "countdown" for live matches).
Betfair Bot
No, I already explained that, any bet operation is separated from market data update. It is totally different betfair API method call.
Tony
Ok. And if I use Strategy/Bot Executor with same Update Interval set to 10 seconds with a BeTheFirstInQueue bot with its ChaseOddsTimeout set to 00:00:01.5000000 will it also update the BeTheFirstInQueue bet placing each 00:00:01.5000000 and not each 10 seconds ? Thank you very much for all your time and patience.
Betfair Bot
Bot manages any action, so when executed every 10 seconds, setting any time parameter in the bot settings lower than update interval does not make sense.
Graf
It could make some sense not to make so many calls until the first goal is scored and there is no active bet and most of all if the match ends 0-0. Am I right ?
Betfair Bot
Graf, this discussion was about how any bot operates on a market when bets are placed, not about exact strategy and how to execute it as effective as possible.
Tony
Please understand that this discussion was (and still is) about on how to reduce Betfair data reading calls to prevent further API delays. Thank you