Hello everybody!
I'm beginning to write my first scripts for Zorro. I wanted to place my indicator function into the separate file my_indicators.h and then include this file into the main script file. But I failed to compile this script, got this error message from Zorro:
Error in 'my_indicators.h' line 1:
'var' undeclared identifier
< var EMAWOL(vars Data, int Period)
>.
What do I do wrong?