I will always be using this bot on 1 selected player i will not be putting the bot on both players if that makes sense
thanks
Tennis automation Help
The score conditions will stop it triggering at the same time, but because its applied to the same player (ie, nom 1) then both rule 1 and 2 will be able to trigger on it at some point during the game as there's nothing to tell it which one you want trigger and which you don'tparznips wrote: ↑Fri Jul 29, 2022 12:55 pmThe bot works how it should except the rule i have added i have used fav and dog to make it easy to understand i will try explain,
Rule 1 - Back (nominated selection 1) if serve broke - this works fine
Rule 2 - Back (nominated selection 1) if a break down and other player holds serve e.g not serving will be 2 games or 3 games behind - this rule
seems to fire at the same time rule 1 conditions have been met which is what im having trouble with
Rule 3 - Close 25% (nominated selection 1) breaks back - this works fine
Rule 4 - Close 25% (nominated selection 1) breaks back and holds serve - this works fine
Thanks
Morning Dallas sorry to bring up an old thread i have been trailing my bot for last few months and it seems to be doing ok, only problem i am having is im missing out on quite alot of ticks due the bot firing straight away, i would like to add a 5 second delay to each rule before it fires i have tried every thing i can think off but with no luck i have looked at the forum posts and tried signals even copied the exact rules and conditions from the bot you made with back the server with delays but nothing seems to work.
if you get a minute would you be able to have a look i will attach my bot or point me in the right direction please
many thanks
Adam
if you get a minute would you be able to have a look i will attach my bot or point me in the right direction please
many thanks
Adam
You do not have the required permissions to view the files attached to this post.
Basically a signal rule needs to trigger every time one of your back/lay/close trade bets etc would do at the momentparznips wrote: ↑Wed Feb 22, 2023 2:29 amMorning Dallas sorry to bring up an old thread i have been trailing my bot for last few months and it seems to be doing ok, only problem i am having is im missing out on quite alot of ticks due the bot firing straight away, i would like to add a 5 second delay to each rule before it fires i have tried every thing i can think off but with no luck i have looked at the forum posts and tried signals even copied the exact rules and conditions from the bot you made with back the server with delays but nothing seems to work.
if you get a minute would you be able to have a look i will attach my bot or point me in the right direction please
many thanks
Adam
Then for each of those rules you'd add in a 'Signal changed condition' to test the the signal was set/changed between 5 secs and 6 secs ago
You would then usually clear this signal after your bet is placed and its conditions are no longer met so its ready for the next time
As you've got a few back/lay/close trade rules its probably easier to increment a signal value when the conditions for any of them are true rather than set and clear them under different conditions, and because you are using groups of conditions rather than using one signal rule and setting up multiple groups of conditions which relate to each of your betting rules its probably much easier to create a signal rule for each betting rule
I've done the first two for you here,
As stated above all I've done was duplicated the first bet rule in your file and changed the rule type to set/modify a signal
and on the signal tab incremented a signal named 'delay_p1'
Then on the back server rule added a condition to test that signal changed between 5-10secs secs ago
Then duplicated your second bet rule and and repeated the above (its important to duplicate each individual bet rule you want the delay to apply to so that the signal rule has an exact copy of the conditions for that particular rule)
You do not have the required permissions to view the files attached to this post.