GOOD AFTERNOON, I JUST PURCHASED 1 SUBSCRIPTION OF 1 MONTH FOR BFEXPLORER, I HAVE LOWERED ONE OF THE STRATEGIES YOU HAVE PUBLISHED, BUT I DO NOT KNOW HOW TO LOAD IT IN THE BFEXPLORER, CAN YOU EXPLAIN HOW TO DO IT ??
REGARDS
Comments ( 4 )
LAPUENTE1
12.9.2018 16:33:53
I CHARGE THE TRIGGER TRIGGER TRIGGER BOT, AS YOU SHOW ON THE VIDEO, BUT THIS MESSAGE APPEARS TO ME WHEN I GIVE YOU A BEGIN: FAILED TO CREATE THE BOT TRIGGER ERRORS: ASSEMBLY REFERENCE MSCORLIB.DLL WAS NOT FOUND OR IS INVALID.
You can see (from 15 seconds of the video), how bot trigger is setup with bot: “Execute Trigger Bot”.
Download bot trigger script to you computer, and repeat bot setup seeing in this video.
Keep in mind that it wise to test any script in practice mode, as bot script really just place bets without any strategy, just hoping that bets will be matched making zero risk profit per selection, which is hedged at set time.
You need to test it on more races to estimate your Profit/Loss percentage, or just try to introduce parameters which could work for you better. It is more an introduction to bot trigger programming than presentation of 100% profitable strategy.
Betfair Bot
12.9.2018 16:59:48
You need to download script to your computer, and ensure that it is in format you can see on github page:
Lupuente has Spanish version of Windows 10 installed on his computer. The script code is compiled by bfexplorer to dll assembly, so bfexplorer can executed such bot assembly.
In Lupuente case during compilation compiler returns error message:
Mscorlib.dll missing or not found, but the assembly is actually on his computer, in the folder:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
During teamviewer session I did not manage to find problem on his computer, so I solved it by compiling the script to assembly. To compile script assembly on your computer you need either Visual Studio (Community) or Microsoft Code with installed support for F#.
On the forum you can find many posts showing how to program and compile bot assembly.
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
Comments ( 4 )
LAPUENTE1
I CHARGE THE TRIGGER TRIGGER TRIGGER BOT, AS YOU SHOW ON THE VIDEO, BUT THIS MESSAGE APPEARS TO ME WHEN I GIVE YOU A BEGIN:
FAILED TO CREATE THE BOT TRIGGER
ERRORS: ASSEMBLY REFERENCE MSCORLIB.DLL WAS NOT FOUND OR IS INVALID.
PLEASE CAN YOU SAY HOW I RESOLVE?
I AM LOOKING FORWARD TO YOUR RESPONSE
Betfair Bot
There are quite a lot of examples of using bot trigger script, for instance here in this post: Double or Bust - Betfair Trading Bot for Horse Racing
You can see (from 15 seconds of the video), how bot trigger is setup with bot: “Execute Trigger Bot”.
Download bot trigger script to you computer, and repeat bot setup seeing in this video.
Keep in mind that it wise to test any script in practice mode, as bot script really just place bets without any strategy, just hoping that bets will be matched making zero risk profit per selection, which is hedged at set time.
You need to test it on more races to estimate your Profit/Loss percentage, or just try to introduce parameters which could work for you better. It is more an introduction to bot trigger programming than presentation of 100% profitable strategy.
Betfair Bot
You need to download script to your computer, and ensure that it is in format you can see on github page:
https://gist.github.com/StefanBelo/e49bdc9fdd60c580a212b688190dd33c
It is code and bfexplorer compiles it executable assembly, so there must right code without code errors or wrong text formatting.
Have a look at here, on this post where you can see, what IDE you can use to write or update bot trigger script, and be sure that all is ok:
Betfair Bot Programming for Non-Developers
Betfair Bot
Lupuente has Spanish version of Windows 10 installed on his computer. The script code is compiled by bfexplorer to dll assembly, so bfexplorer can executed such bot assembly.
In Lupuente case during compilation compiler returns error message:
Mscorlib.dll missing or not found, but the assembly is actually on his computer, in the folder:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
During teamviewer session I did not manage to find problem on his computer, so I solved it by compiling the script to assembly. To compile script assembly on your computer you need either Visual Studio (Community) or Microsoft Code with installed support for F#.
On the forum you can find many posts showing how to program and compile bot assembly.