Hi,

I'm trying to get to grips with coding in Zorro. The problem I have at the moment is very simple however I can't see what I am missing.

So I am just trying to create a simple indicator purely for learning to code. So in my run function I make a call to my indicator which was written above my run function. When I go to run it I get a complier error saying 'Max' undeclared identifier. I also tried putting my indicator in the indicator.c file but same thing.

Am I missing an 'include' statement in my code? One other strange thing is that it says the error is on line 8, line 8 is a comment // blah blah, the Max function call is on line 7. Does this indicate I haven't complied something? Any help much appreciated!