Page 1 of 1

What's wrong with this EasyLanguage expression?

Posted: 13 Mar 2009
by marketz
I get an error with this line:

Code: Select all

condition3 = Time > 1200 and Time < 1600
The error is:

Code: Select all

syntax error, expecting 'bars'

Posted: 17 Mar 2009
by Andrew Kirillov
The provided code compiles without errors. I think the compiler indicate wrong position of the error. We need a compete code to give you a specific answer.