In the strategy builder, I'm writing the lines like this :
EMA fast n bars ago< EMA slower n bars ago
EMA fast n-1 bars ago< EMA slower n-1 bars ago
EMA fast n-2 bars ago< EMA slower n-2 bars ago
repeat above lines until 1 bar ago.
Is there a faster way to do this?
Ideally, there is a function in Strategy Builder that I don't know about, like "does not cross above/below" with a look back period.
Thanks.

Comment