A red all samples and forum but there isn´t some how this.
I like this:
if ema-1 on 100min time frame is > then current price +0,25 && ema-2 on day time frame is < then current price - 0,25
do this....
I tried with this sample but isn t working!
if EMA(14)[0] > Close[0] && EMA(BarsArray[1], 14)[0] < Close[0]
Can you help me please.
Thanks.

Comment