Hello I need a bot that can back under 2.5 goals in first minute inplay.
Then after 29 minutes make a lay bet for same amount as back bet if no goal is scored.
Then if there will be a goal before 29 mins it should then make a signal that will cancel the lay bet after 29 mins and just take the gamble, that the game will be under 2.5 goals
Hope you can help
Bot for under 2.5 goals
That seems simple enough, it should only require two rules.JonesP wrote: ↑Thu Jan 20, 2022 4:41 pmHello I need a bot that can back under 2.5 goals in first minute inplay.
Then after 29 minutes make a lay bet for same amount as back bet if no goal is scored.
Then if there will be a goal before 29 mins it should then make a signal that will cancel the lay bet after 29 mins and just take the gamble, that the game will be under 2.5 goals
Hope you can help
Create a rule that fires one minute in-play to place the back bet and store the current price in a stored variable.
Then, have a rule to close or lay for net stake that fires 29 minutes in. Have a condition to only fire it if the price is, for example, 20 ticks below the price you stored (or last backed price). If a goal has been scored the price should be higher than this so the rule won't fire and you'll have a bet on.
Thx for reply I will look into this, and might wanna ask later how its done
Well actually I might wanna try that it cashes out the bet on 29 mins, then 38 mins it backs over 2.5 goals.
If no goals scored during halftime it should back under 2.5 goals
If goal scored in first half between 29 and 45 mins + overtime it should still back under 2.5 goals during halftime then cashout on 60 mins of play and at 66 mins it back over 2.5 goals.
Then I it should cashout the bet probably if goal is coming
If no goals are coming abit after 66 mins it should cashout at some point when the greening is close to 0

Well actually I might wanna try that it cashes out the bet on 29 mins, then 38 mins it backs over 2.5 goals.
If no goals scored during halftime it should back under 2.5 goals
If goal scored in first half between 29 and 45 mins + overtime it should still back under 2.5 goals during halftime then cashout on 60 mins of play and at 66 mins it back over 2.5 goals.
Then I it should cashout the bet probably if goal is coming
If no goals are coming abit after 66 mins it should cashout at some point when the greening is close to 0
The best way to learn how to create rules files, after spending a few hours reading the manual, create the simple bot that you outlined in your first post. Get it working and then it will be easy to add an additional rule to back after 38 minutes. It's much easier to create a simple bot and expand on it then designing a complex bot.JonesP wrote: ↑Fri Jan 21, 2022 12:24 amThx for reply I will look into this, and might wanna ask later how its done![]()
Well actually I might wanna try that it cashes out the bet on 29 mins, then 38 mins it backs over 2.5 goals.
If no goals scored during halftime it should back under 2.5 goals
If goal scored in first half between 29 and 45 mins + overtime it should still back under 2.5 goals during halftime then cashout on 60 mins of play and at 66 mins it back over 2.5 goals.
Then I it should cashout the bet probably if goal is coming
If no goals are coming abit after 66 mins it should cashout at some point when the greening is close to 0