Hey thanks for the response @seb-0
The problem is that if I set it, to check the condition say once a tick (or even once an hour), it will see the old condition and it will proceed to close the open position to re-open a new one, leaving it in an infinite loop of closing/re-opening since condition 1 = condition 1.
I want it to have the ability to ignore the first position, unless a new instance of that conditions occurs.