Is there anyway to ensure that a rule set for a goal signal can disregard a disallowed goal in a match ?
Its an issue as if a goal is scored and dissallowed it is still registering as a goal and my rules wont trigger later on
I am having trouble with this in the automation file, attached
Setting a signal for disallowed goals
There's no easy solution but I would suggest having a disallowed signal that works in reverse to the goal signal. You may have to be easier on the number of ticks you look for.Archangel wrote: ↑Sat Jan 21, 2023 2:20 pmIs there anyway to ensure that a rule set for a goal signal can disregard a disallowed goal in a match ?
Its an issue as if a goal is scored and dissallowed it is still registering as a goal and my rules wont trigger later on
I am having trouble with this in the automation file, attached
My Excel/VBA code works about 70-80% of the time. One problem you have is that it can take several minutes for a goal to be reversed by which time I may have closed or opened another trade, so I just accept that some will be missed. You could leave a rule running to check after greening up that there's a small difference between your under and over PL and green up again if necessary, to cater for voided bets.