I'm trying to add a condition.
I want to add the ADX indicator to an existing system and want it to be
higher than 20 bars ago to trigger a setup.
Here's what I have:
Condition7 = ADX(1) > ADX(20);
It doesn't seem to be working.
Any ideas?
Thanks in advance,
Vince
|