In NT can I use a Indicator whitin a strategy that works on a dataseries that it's not added?
I would like to see if the EMA of a week period on the same instrument as input series is falling:
Falling(EMA(?????,14))
where ??? is a dataseries with diferent dimension in time as input series
Thank you!!

Comment