To set this up as you like requires custom programming, as you cannot evaluate crossing conditions that have a series and a double value using the condition builder. You have to unlock code for this. The syntax needed is below:
if (CrossAbove(WMA(7), WMA(7)[1], 1))

Comment