thanks.first i thought it was a keyword. however when i pressed f1, nothing 
came up as help. strange keyword without a help
--- In [email protected], "Mubashar Virk" <mvir...@...> wrote:
>
> It is all in the "Divergence" ;). Replace with "Divergense" :).
>   ----- Original Message ----- 
>   From: murthysuresh 
>   To: [email protected] 
>   Sent: Thursday, March 05, 2009 7:46 PM
>   Subject: [amibroker] keep getting syntax error
> 
> 
>   apprecite if someone can point out where i am wrong.
>   range=14;
>   w1 = ROC(CCI(), range);
>   w2 = ROC(C, range);
>   Divergence =(( w1 < 0) AND (w2 > 0));
>   Buy=(Divergence AND MA(V,20)>300000 AND C >3);
> 
> 
>   
> 
> 
>   __________ Information from ESET NOD32 Antivirus, version of virus 
> signature database 3910 (20090305) __________
> 
>   The message was checked by ESET NOD32 Antivirus.
> 
>   http://www.eset.com
>


Reply via email to