Disallowed Goal is triggering signal
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.
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.
Thats clever, and a bit more advanced than my methodDerek27 wrote: ↑Sun Jan 01, 2023 3:55 pmMy 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.
