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

"And" question



PureBytes Links

Trading Reference Links

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