Forum Article

Back before kick off

Hi! I need som help setting up a bot that cancels the current "offer my bet" and backs/lays the current available price as long at It's over my "minimum odds". For example I want to back O2,5 goals 5 minutes before kick off, and I set upp the bot to "offer my bet" 10 minutes before kick off, if the offer is not matched 5 minutes before kick of it should take the current price instead, as long as it is over my "minimum odds". Does someone now if this can be done in an easy way? I have little coding experience.

 

Also another questions is I am trying to set upt the "Bfexplorer-BOT-SDK-master" but get this error

The primary reference "BeloSoft.Betfair.API" could not be resolved because it was built against the ".NETFramework,Version=v4.7.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.7"

Not sure which NETFramework I should use? 

 

  • Add Your Comment

    +

    Please login to your bfexplorer account, if you want to add a comment to this article.

Comments ( 1 )


  • Stefan
    14.3.2021 11:13:37

    To Bot Strategy:

    You can use Place Bet bot as the main bot placing your bet, first setting it to place bet at exact odds, then setting it to take what is offered, or end the bot execution. If bot execution is ended/cancelled then all unmatched bets placed by the bot are cancelled.

    It means that you have to program just bot trigger changing the bot settings at required time.

    To Bfexplorer BOT SDK:

    The error message is clear. You must build your projects to .net 4.7.2 because bfexplorer app is built to this .net framework. 

    The summary:

    Well, if you were not able to fix your problem when building Bfexplorer BOT SDK projects yourself, I do not think you will be able to program your bot trigger strategy.

    Therefore use just Place Bet bot to place your bet at allowed odds range, so no needs to program anything just setting up the bot and run it.