Aroon(ES 06-23 (Daily), 14).Up[0] < Aroon(ES 06-23 (Daily), 14).Down[0]
The strategy doesn't work. I'm able to compile it, but nothing shows and the strategy analyzer shows no trades. No matter what time frame the trades are made.
If instead of selecting a Daily input I select a minute one, like for example:
Aroon(ES 06-23 (120 minute), 14).Up[0] < Aroon(ES 06-23 (120 minute), 14).Down[0]
The strategy does work.
Do you know why this could be happening?

Comment