[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EL question



PureBytes Links

Trading Reference Links

Got it!   Thank you all for your help!  

Vince


In a message dated 1/6/00 8:30:24 AM Pacific Standard Time, VBatla@xxxxxxx 
writes:

> '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?
>