Article

LOAD TRIGGER AT BFEXPLORER

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.

    PLEASE CAN YOU SAY HOW I RESOLVE?

    I AM LOOKING FORWARD TO YOUR RESPONSE

  • Stefan
    12.9.2018 16:53:51

    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.

  • Stefan
    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:

    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

  • Stefan
    13.9.2018 0:14:11

    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.