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

Re: "And" question



PureBytes Links

Trading Reference Links

Yes, you can use multiple ' and ' words as in the sample below.

Best regards,

Benjamin "ElGuru" Blanco
Certified EasyLanguage Specialist
http://www.blancofamily.net/elguru

----- Original Message -----
From: "JDS22" <jds22@xxxxxxxxxxxx>
To: "Omega-Digest" <omega-list@xxxxxxxxxx>
Sent: Monday, July 01, 2002 10:02 PM
Subject: "And" question


Can someone tell me if you can use multiple "and" like this:

Condition = high[1] > High[2] and close [1] > close[2] and close[1] > open;

I don't get an error but I was wondering if the code continues processes
beyond the first "and" if the first "and" is True.

Thanks
Jeff