I am getting the above error and it doesn't make sense. The line containing the error looks like this:
BarsHigh = max(BarsHigh,high(-1));
BarsHigh is a global variable initialized to 0.
Anybody have any ideas?
BarsHigh = max(BarsHigh,high(-1));
BarsHigh is a global variable initialized to 0.
Anybody have any ideas?
Comment