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
peteresgate@outlook.com
Thanks Stefan, Yes I would really appreciate if you could design the bot that works on past results, and I will endeavour to thoroughly understand the code and learn f# so that I can do this myself in the future from what you have taught and shown in this tutorial series :)
peteresgate@outlook.com
Oh ok. I sort of grabbed your code from My Staking Plan . Could you please explain the mechanism of how to run the console script and also have MyBotTrigger "get" the information from it? And 1 other question- with my C sharp bot or my f sharp bot, would they require the console script as well for past bot results?
Thanks.
peteresgate@outlook.com
Please see my attempt at Part 4. I added lines 75, 76, and 178 to 184.
I basically wanted to have parameter maxLossesInRow and if the number of losses in row is less or equal to this parameter, then continue to execute bot, or else exit. Unfortunately it has some errors that hopefully can be corrected thanks?
https://github.com/PeterEsgate/BfexplorerTestBots/blob/master/HorseRacingBotTrigger2
peteresgate@outlook.com
That's great to hear Stefan. Bfexplorer truly is the best- no other software can do what Bfexplorer can. For my non programming brain I wonder "how", but with your knowledge you always "know". I very much look forward to the final solution :)
peteresgate@outlook.com
Thanks Stefan. I do have more understanding now, but have a long long way to go. Thanks for your help. With Part 4 in which the bot "counts" it's losses before shutting down, is this possible? I question it because I see in the console bot started and bot ended, so I don't understand the mechanism of how it stores the losses if the bot ends.
peteresgate@outlook.com
'F' grade for me this time. Thanks for the solution to Part 2 :) What homework would you like me to submit before the final reveal in Part 4? - I hope to redeem myself
peteresgate@outlook.com
I am not a programmer, but this is the part 1 with the Last Price Traded added to output
https://github.com/PeterEsgate/BfexplorerTestBots/blob/master/HorseRacingBotTrigger1-1
I am looking forward to viewing Stefan's code with Part 2 combined into Part 1 :)
peteresgate@outlook.com
Sorry about the formatting. I copied and pasted the working code and it looked good on my side with the correct indentations etc,, but the website changed it to the posted result that is there now. I'll look at setting up GitHub and reposting the link to the code so others who are following/learning can view and get it.
peteresgate@outlook.com
peteresgate@outlook.com
That is a great explanation :)
Thanks for clearing that up for me.
peteresgate@outlook.com
After for example 20 seconds in play, I would like to check the position of the horse (using it's odds). When (if) 2 horses achieve odds less then x ( 2 for example), then re-check the position of our selection and compare it to the position it was at at 20 seconds. So if at 20 seconds, it is at position 2 and then when trigger is 2 horses are at odds below 2, it re-checks the selection and sees that it is at position 5, the selection has dropped in position.
peteresgate@outlook.com
I do understand what a trigger is, I just don't underdtand how to implement it with this software so if you could explain it that would be much appreciated. So with the example of Trigger 2 of which you have explained it as a bot, how would I now make this a trigger so as to run a different bot when this trigger is true? Thanks
peteresgate@outlook.com
Hello. Thanks for the quick reply. I have noticed the support is very good and fast. I just wanted to clarify the Trigger 2 again. I don't want to bet on this horse, I want to bet on amother horse when this trigger is true. I feel that this program can definitely do it, but is it something that needs to be programmed or is there a trigger ir some method that already does this?
peteresgate@outlook.com
I just wanted to clarify Trigger 2. When I say any horse, I mean I'd like to use a specific horse based on current position (based on odds). For example Trigger is when horse # 2 has odds between 1.5 and 2 (therefore obviously horse number 1 has better odds and horse number 3 has worse odds).