Article

Multiple Tennis BOTS on the same market

I want to execute multiple tennis bots on the same market. But somewhat I cannot do it.

This is the Place Bet BOT

First Tennis BOT

Second one

Output says that Tennis BOTS start and end, but Place Bet BOT is never executed, even though the parameters are met.

If I execute only one of them, it works.

What do?

I thought I can insert links/images when I create a forum thread, but apparently can do it only in comments.

Comments ( 5 )


  • Stefan
    17.4.2016 9:28:11

    Yes, you can insert images to your article as well, but you have to use direct link to the image, not web page link.

    What is Entry Criteria setting, do you understand that if Entry Criteria are not met and you set EvaluateEntryCriteriaOnlyOnce then bot stops its execution after the entry criteria are not met.

  • Lacoste
    17.4.2016 10:08:09

    The only Entry Criteria I have set up is IsInPlay Equals True.

    The thing is I can't execute both of them at the same time in the same market. If I execute only one of them the bot goes through. It works. It fails to work concurrently.

    The parameters are simple: Lay at odds given with stake given when InPlay if Player, Score, PlayerServing conditions are met and EvaluateOnlyOnce.

    I thought first that score conditions in these bots are conflicting, but after checking, they are not (as you can see).

  • Stefan
    17.4.2016 10:28:36

    Your bots should be executed and working, but as two bots retrieve the same score data, only first one receives notification about score data changes. You can test it by executing two tennis bots (without action bot setting) on the same market. You will see that only one line of score is displayed in Output view.

    Confirm that you understand this issue, because as you said “I can't execute both of them at the same time in the same market”, you actually can do, but triggering is taken by first executed bot only.

    I will investigate this issue, and release update soon.

  • Lacoste
    17.4.2016 11:43:58

    Yup. You're right.

    "[...]as two bots retrieve the same score data, only first one receives notification about score data changes[...]". Executed the tennis bots without the action bot.

    When I execute as I previously said, none of them trigger. My issue still stands.

    Thanks!

  • Stefan
    18.4.2016 13:28:10

    Install the latset version of bfexplorer I changed live score update routine when more Tennis Bots is executed on one market.

    You do not have to set IsInPlay Entry Criteria, the bot itself, waits till market is turned at in-play and then starts updating live score data.