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
Nicksim80
Yes, just trying to work out what is the best solution for my needs.
So far I think bfexplorer is best long term solution, but it requires me to get the programming to work.
Where as I can achieve my strategies with Bet Angel, but it takes a lot of spreadsheets to make it work. There is no elegant solution with Bet Angel.
Nicksim80
Thanks, I got it to work after many attempts. I am not a software developer or programmer, but I can learn enough to get things to work.
I still think you should do a video as many of your users are not software developers or programmers and this would help them get started with your SDK and become familiar with IDE's and setting up the references and outputs.
Once you understand that process you can learn to write and debug your code and eventually get it to work.
Nicksim80
OK I managed to change the script file and get it to build in the IDE environment with no errors by linking all of the references, but still unable to export it and get it to work in bfexplorer.
Also, still having issues connecting to Bfexplorer BOT SDK. Maybe you can do a video showing how this is done for the first time in Visual Studio. I'm sure this will help a lot of the newbies. The coding I can probably work out, but it's the setup work that is tricky as it is specific to bfexplorer and difficult to find help on google for this.
Nicksim80
I'm having trouble compiling your script to .net assembly as you suggest. I first tried loading it as you did in your video, but I get error... "The bot Execute Trigger Bot has been started. The bot Execute Trigger Bot ended."
I tried loading your scripts and projects from Bfexplorer BOT SDK in Visual Studio, but they do not run or compile as you show in your videos. Is there something I am not doing correctly? Am I missing something?
I think your software can do what I need, but will need some assistance to make it work.
Nicksim80
I can automate the setting of these constants as they are generated with my data analysis. What I cannot do is automate the process of placing the bets.
I can export for example a CSV file to a specific location every time there is a change to my constants/varibles. I'd like bfexplorer to read these constants/variables and then place bets accordingly.
Doing it manually is too time consuming and prone to me missing games as they are at different times/days.
Nicksim80
Thanks for the feedback.
I managed to get the first strategies working - runing them manually works well. Would be nice if it can set-up to run automatically for the selected leagues.
I'm happy to subscribe and if you can assist with the other part of the strategy (custom variable lookup from another file/location) would be appreciated. My programming skills are not great, but if you get me started I can modify and get the rest to work. :)
Nicksim80
Thanks for your help, I will give that a try and see how it goes. Looks like a good manual way to run the bots.
Did you have a solution for the following problem?
Let's say I have an arbirtary constant value that I set for each league. For example:
EPL: Value = 0.5 this week and changes to Value = 0.6 next week and changes to Value = 0.4 the 3rd week. This value would change every week.
I'd like to set the bot to only place the above Back Bets if say the value is above above 0.45. So for EPL it would place the back bets this week and next week, but not on the 3rd week.
Where do I store this variable? Can the bot read an external text file or spreadsheet, then look for a particular value and then execute the above strategies based on this value?
Appreciate your help with this.