Lay the draw at a goal
Posted in Suggestions by goldstar9000
Hi, im looking for some help in setting up a bot to lay the draw after the first goal
I have set up the football bot executor to place bet at a goal. do i need to just set the goal diff to 1 or would the match score need to be set to 1-0, 0-1.
I have also set up a place bet and close position bot, to be executed by the above bot, to lay the draw at odds between 3 and 5 and then close position once a specific profit or loss is reached.
Now this is the part i am having a problem with. I only want to execute this on games where under/over 2.5 goals odds are over 2. can this be automated (would TOLS do this) or would i have to do this bit manually.
thanks for any help, Paul
Sunday, June 17, 2012
Install the latest version of Bfexplorer Community Bot plugin.
http://bfexplorer.net/Downloads/MyBots/BfexplorerCommunityBotExecutor.Bot.zip
This version offers two types of fotball bots:
* Football bot executor
* Football bot executor for scores
In your case you will use Football bot executor that offers three ways of declaring a score to trigger an action bot for.
1) Exact score, the parameter Score
2) Goals difference, the parameter GoalsDifference with combination of the parameter GoalsDifferenceIsAbsolute value.
3) Total number of goals scored, the parameter TotalGoals.
You want to trigger your action bot when goal is scored by home or away team, so you need to set the parameter TotalGoals to 1, or the other way is to set the parameter GoalsDifference to 1 and the parameter GoalsDifferenceIsAbsolute to True.
You want to trade on the draw, so your action bot, the trading bot (Place bet and close position bot) setting, must have set the parameter ExecuteOnSelection to 3.
Thursday, June 21, 2012
thanks