Quote
'Close' undeclared identifier
Zorro expects you to tell it what Close is, just like in your code samples. In this case, it's a series of close values for the current asset. You declare it like this:
Code
vars Close = series(priceClose());

Did you work your way through the entire Lite-C tutorial? I highly recommend it.