Disallowed Goal is triggering signal

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
User avatar
Archangel
Posts: 2008
Joined: Thu Jun 27, 2013 3:03 pm

I am using a new piece of automation (attached) to trade O/U 1.5 second half goals. I have noticed that if there is a goal dissallowed in a game it can still trigger the Goal Signal rule, which is a problem. Any ideas is there a way around this problem?
You do not have the required permissions to view the files attached to this post.
User avatar
Derek27
Posts: 25159
Joined: Wed Aug 30, 2017 11:44 am

Archangel wrote:
Sun Jan 01, 2023 3:24 pm
I am using a new piece of automation (attached) to trade O/U 1.5 second half goals. I have noticed that if there is a goal dissallowed in a game it can still trigger the Goal Signal rule, which is a problem. Any ideas is there a way around this problem?
My main automation is Excel/VBA though it can be implemented in a rules file. I store prices every 4 seconds in an array and compare prices to that of a minute ago. When a goal appears to have been scored I save the before and after prices and wait one minute, so I've got the information to detect a disallowed goal.

I also have code to detect voided bets after it's greened up by a change in PL without bets being placed but it's impossible to test until it happens.
User avatar
Archangel
Posts: 2008
Joined: Thu Jun 27, 2013 3:03 pm

Derek27 wrote:
Sun Jan 01, 2023 3:55 pm
Archangel wrote:
Sun Jan 01, 2023 3:24 pm
I am using a new piece of automation (attached) to trade O/U 1.5 second half goals. I have noticed that if there is a goal dissallowed in a game it can still trigger the Goal Signal rule, which is a problem. Any ideas is there a way around this problem?
My main automation is Excel/VBA though it can be implemented in a rules file. I store prices every 4 seconds in an array and compare prices to that of a minute ago. When a goal appears to have been scored I save the before and after prices and wait one minute, so I've got the information to detect a disallowed goal.
Thats clever, and a bit more advanced than my method :)
Post Reply

Return to “Bet Angel - Automation”