Could you please show an example for how to start a FootballBot (or any other execution bot) only when football LiveScore data feed is not available for that particular football match (i.e. to cancel one, several or all AtInPlay KeepBets only if LiveScore data is not available) ?
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 ( 8 )
Betfair Bot
You ask about FootballBot, the bot using live score feed, and you want to run this bot on markets without such live score feed, very strange question.
Please, read what you had wrote: “..to start a FootballBot..”
I would suggest to run this bot only on events which are covered by betfair live score feed, so mainly big leagues in Europe, I think.
I did not check availability of live score feed for all football events betfair offer.
If your question is about stopping already executed/running bots, on markets which actually do not offer live feed, and you expected the live feed will be available, then such case cannot be done a simple way, as there is no signal available for you saying the live score is not available.
Betfair Bot
It seems that you are referring to a specific scenario involving a FootballBot that utilizes a live score feed. To ensure accurate understanding, let me rephrase your statement:
"You inquired about the FootballBot, a bot that relies on live score feeds, and expressed a query regarding its operation in markets where such feeds are unavailable. This question appears unusual, as it assumes running the bot in markets without access to live score updates."
"I would recommend running this bot exclusively on events covered by Betfair's live score feed, primarily focusing on major European leagues."
"I haven't verified the availability of live score feeds for all football events offered by Betfair."
"If your question pertains to stopping already executed or running bots in markets where live feeds are not available, and you initially expected the availability of such feeds, resolving this situation becomes complex. There is no straightforward indication to inform you when the live scores are unavailable."
Please let me know if I have accurately captured the intended meaning of your statement or if there is any additional context I should consider.
Betfair Bot
Vy ste sa informovali o FootballBote, robote, ktorý sa spolieha na živé výsledky zápasov, a vyjadrili ste otázku týkajúcu sa jeho fungovania na trhoch, kde takéto výsledky nie sú dostupné. Táto otázka pôsobí nezvyčajne, pretože predpokladá, že robot sa používa na trhoch bez prístupu k živým aktualizáciám výsledkov.
Odporúčam spúšťať tohto robota výhradne na udalostiach, ktoré sú pokryté živými výsledkami od Betfairu, s dôrazom na hlavné európske ligy.
Nepreveril som dostupnosť živých výsledkov pre všetky futbalové udalosti ponúkané Betfairom.
Ak sa vaša otázka týka zastavenia už spustených alebo bežiacich robotov na trhoch, kde nie sú dostupné živé výsledky, a pôvodne ste očakávali, že takéto výsledky budú k dispozícii, riešenie tejto situácie je komplexné. Neexistuje priamočiary spôsob, ako vás informovať, že živé výsledky nie sú k dispozícii.
Betfair Bot
Please read the following article to understand the process of manually stopping and canceling bets on markets that do not have a live score feed.
Tony
From Chat GPT:
"To start a bot only when LiveScore data and MatchTime are not available for a football match in the BF Explorer, you can use a combination of conditions and triggers. Here's an example of how you can set it up:
Open the BF Explorer and navigate to the bot you want to configure or create a new bot.
In the Start Criteria section, set the conditions to check for the availability of LiveScore data and MatchTime. For example, you can set the conditions as follows:
HasLiveScoreFeedData == false
MatchTime == ""
orMatchTime == "N/A"
orMatchTime == "-"
(depending on how the unavailable MatchTime is represented)In the Execute Trigger section, add a new trigger.
Set the trigger type to "Start" or "Activate" to start the bot.
Save the bot and run it.
By setting these conditions, the bot will only start when both LiveScore data and MatchTime are not available for the specified football match. This way, the bot will not be activated if the required data is missing.
It's important to note that the availability and representation of LiveScore data and MatchTime can vary depending on the data source and how it's integrated with the BF Explorer. Make sure to check the specific data source and adjust the conditions accordingly to accurately detect the unavailability of LiveScore data and MatchTime.
Additionally, if the BF Explorer doesn't provide built-in support for checking the availability of LiveScore data and MatchTime, you may need to explore external APIs or custom integrations to retrieve this information and incorporate it into your bot's logic."
Tony
But when LiveScore data feed is not available for a particular match, FootballBot doesn't accept any of these as a StartCriteria:
HasLiveScoreFeedData == false
MatchTime == ""
orMatchTime == "N/A"
orMatchTime == "-"
(depending on how the unavailable MatchTime is represented)Tony
What I need is to cancel AtInplayKeepBets wnhen football LiveScore data feed is not available.
If there is no StartCriteria (i.e. MatchTime = 'N/A', Score = '-', etc.) to start a FootballBot only when football LiveScore data feed is not available, the only solution I see is to start a FootballBot when LiveScore data feed is available, for its placed bet to be matched and set another bot (i.e. CancelBotsOnSelection) to cancel my other AtInPlayKeepBets, using HaveMatchedBets = 'False' as EntryCriteria.
Please let me know if you have any other better solution to cancel AtInPlayKeepBets only when football LiveScore data feed is not available.
Thank you
Betfair Bot
I already shared an article explaining how you can manually initiate the Stop Strategies and Cancel Bets bot in markets that don't have an active score feed.
I'm curious, do you have any difficulties understanding written text?