Blog Article

Football - Laying the Current Correct Score in the 2nd Half

From Bet Angel forum:

I would like to set up automation to lay the current correct score when the 2nd half starts. I'm not sure of the best way to do this. Any advice most welcome.

Bfexplorer Solution:

Bfexplorer Football Bot offer match time and score triggers, so simple solution is to use this bot. On the other hand the match time does not offer information whether the 46 minute for instance is really time in second half and not over time in the first half.

Therefore to be exactly sure in match timing we need to write bot trigger and I did so in two bot triggers versions:

FootballSecondHalfKickOffBotTrigger.fsx

FootballSecondHalfKickOffCorrectScoreBotTrigger.fsx

The first version of the bot trigger executes your action bot when the second half starts (SecondHalfKickOff), and the second one opens match correct score market and executes your action bot on the correct score selection.

You can use the bot trigger code to build your own football bots adding match time criteria or anything you want to use to trigger your action bot on football markets.

  • Add Your Comment

    +

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