Back the Server Guardian Automation Bot for Tennis
-
- Posts: 24
- Joined: Thu Jan 16, 2020 11:52 am
It triggers at the correct score then it might show +£4.00 on one player and -£1.70 on the other player (only examples)
-
- Posts: 5
- Joined: Thu Dec 19, 2024 9:06 pm
I would like to stop this automation from placing a back bet when there is a tie-break, but cannot figure what rule to add? Could you please give me some advice? Thank you, very much appreciated!!!
You can add a 'Set/Modify Signal' rule with a 'Tennis fixed score' condition to test itsmarcknight64 wrote: ↑Sat Feb 15, 2025 7:29 pmI would like to stop this automation from placing a back bet when there is a tie-break, but cannot figure what rule to add? Could you please give me some advice? Thank you, very much appreciated!!!
Sets ANY-ANY
Games 6-6
Points ANY-ANY
and on the Signal tab set a signal on the market with a name and value of your choice (ie, stop 1)
Then on the back bet rule add a 'Signal Set Condition' to test the signal on the market named 'stop' (or whatever you called it) is NOT set with a value
You'll then need another 'Set/Modify Signal rule' to clear the signal at the start of the new set, so it will need a Tennis fixed score' condition to test its
Sets ANY-ANY
Games 0-0
Points 0-0
You'll also need a 'Signal Set' condition to test the signal on the market named 'stop' (or whatever you called it) is set with a value
and on the Signal tab clear a signal on the market with the name stop
Similar to my previous reply only set the score condition on the signal rule to
Sets ANY-ANY
Games 5-ANY
Points 0-0
There is an example here which uses the method described above and in my previous post and only allows the rule to trigger until a player reaches 3 games in a set which you could copy from if you get stuck or need to check you've set it up right
viewtopic.php?t=19171
Yes that would stop it when either player reaches 5 games (which is what I thought you meant) or you can set it to 5-5 if you want to stop it if both players reach 5 games (or whatever score you want)
Hello Bet Angel newbie here. I have been trying to program a more complicated back the server bot over the past few weeks but nothing is going right. I can get it to back and lay. Stop at a tie break. Stop after the first set. Stop when a certain profit amount is met. But, as soon as i try and get it stop at a certain score ie. 0-30, 15-40 etc. it wont recognize the command and lets the bet run until end of service. Does anyone have any ideas on what I'm doing wrong? Cheers T.
If you are setting a signal using fixed scores of 0-30 or 15-40 (or any scores when there are more than 1) first ensure each score condition is nested within a Group which stipulates 'One or more of the conditions must be satisfied'T-Money wrote: ↑Thu Apr 24, 2025 5:42 amHello Bet Angel newbie here. I have been trying to program a more complicated back the server bot over the past few weeks but nothing is going right. I can get it to back and lay. Stop at a tie break. Stop after the first set. Stop when a certain profit amount is met. But, as soon as i try and get it stop at a certain score ie. 0-30, 15-40 etc. it wont recognize the command and lets the bet run until end of service. Does anyone have any ideas on what I'm doing wrong? Cheers T.
https://www.betangel.com/user-guide/gro ... tions.html
Then as rules are checked in order they appear in your file just ensure the signal rule is somewhere above the rule that places the bet, that way the signal rule will be checked and have chance to trigger first and set the required signal to stop your bet rule firing
Hey Dallas thanks for getting back to me. I was hoping to come back to you with some good news but I am still struggling. I cannot for the life of me get it work even with the new group rule attached. I'm obviously doing something wrong that I can't see. Are you able to give me a run down of how you would set it up so I can follow your lead? Cheers.
If you post some screenshots of the conditions you've added to the rule which you want to stop at 0-30 or 15-40 i'll take a lookT-Money wrote: ↑Fri May 02, 2025 7:54 amHey Dallas thanks for getting back to me. I was hoping to come back to you with some good news but I am still struggling. I cannot for the life of me get it work even with the new group rule attached. I'm obviously doing something wrong that I can't see. Are you able to give me a run down of how you would set it up so I can follow your lead? Cheers.
Hey Dallas sorry for the late reply. For some reason I was banned for posting in the forum for "spam" even though I had made 2 friendly posts. Please find attached 3 screenshots. First for the full bot setup, and then the back and lay bot conditions. Let me know what you think?
You do not have the required permissions to view the files attached to this post.
So just to clarify the rule in the screenshot is currently working as you want but you want to stop it from triggering that game if the score goes 0-30 or 15-40?T-Money wrote: ↑Tue May 06, 2025 11:49 amHey Dallas sorry for the late reply. For some reason I was banned for posting in the forum for "spam" even though I had made 2 friendly posts. Please find attached 3 screenshots. First for the full bot setup, and then the back and lay bot conditions. Let me know what you think?
Yeah so the back to green or lay to green works fine right. But when those scores are triggered for the back to lay or lay to back, it doesn't place the bet. I did the grouping as you can see but have no idea if its right? Also i dont even know if the setup back, lay, green is correct either? I tried so many different combinations but this was the one i could at least get to trigger for change of service.
What you need is a new 'Set/Modify Signal rule' with fixed scores in a group (those you want to stop your rule triggering at)T-Money wrote: ↑Tue May 06, 2025 1:52 pmYeah so the back to green or lay to green works fine right. But when those scores are triggered for the back to lay or lay to back, it doesn't place the bet. I did the grouping as you can see but have no idea if its right? Also i dont even know if the setup back, lay, green is correct either? I tried so many different combinations but this was the one i could at least get to trigger for change of service.
Then on the signal tab set a signal on the market (give it a name of your choice ie, stop)
Then as rules are checked in order they appear in your file just ensure the signal rule is somewhere above the rule that places the bet, that way the signal rule will be checked and have chance to trigger first and set the required signal to stop your bet rule firing
For the rule/s you want to stop add a 'Signal Set' condition to those to test the signal on the market named 'stop' (or whatever you called it is set with a value)
You'll then need another 'Set/Modify Signal' rule with a fixed odds condition to test the score is 0-0 in games
this time on the signal tab clear the signal named 'stop'
So each time a new game starts the signal is cleared and the whole sequence can start again next game
Your rules should only contain their usual conditions plus a 'Signal Set' condition