Hi Jenno
glad it worked for you
I dont know if you have looked at the rules yet, but the idea in constucting it was to avoid var/red cards etc. interfering.
If the market is suspended for a var decision, and no goal is scored, the O/U 0.5 will open up again (as will the O/U 2.5), when they open up, a stored value is set on both (sv=1), as both sv's = 1 , nothing will happen to green (red) up rules and everything will just carry on.
10 seconds or so after unsuspended, these stored values are cleared and the bot awaits the next suspension.
If the market is suspended due to a goal, when it is unsuspended, the O/U 0.5 stored value will not return a value because O/U 0.5 will not re-open, O/U 2.5 sv will = 1
For the first half green (red) up to happen if a goal is scored, another sv called "redup" has to = 1. This will only = 1 if one of the other stored values (on the 0.5 and 2.5) does not=1.
It is the "grouped conditions" .............one must be false, that set the "redup" sv to = 1
IE unsuspended from anything other than a goal, both grouped conditions = 1, so at least one of them is not false
unsuspended following a goal, one of the grouped conditions (O/U 2.5) will = 1,
the other will not, therefore, at least one of the grouped conditions is false, this will trigger stored value "redup" to = 1.................stored value "redup" being = to 1 will trigger the green (red) up in the first half.
Hope that all makes sense
Stay safe!