Page 1 of 1

compile error:"line 0, column 0" - Low(0)

Posted: Dec 19 2018
by Shaman
I ran into the problem Compile error line 0, column 0.
I read a few topics about this error. did not help.

while the old signals were compiled. I began to cut gradually and calculated the error in the line where instead of LowD(0) was written Low(0).

Strange, of course, when the compiler does not point to the line with this error. But maybe someone will help my example.

Re: compile error:"line 0, column 0" - Low(0)

Posted: Dec 20 2018
by Anna MultiCharts
Hello, Shaman!

We’re planning to improve this in future versions of MultiCharts.

Re: compile error:"line 0, column 0" - Low(0)

Posted: Mar 14 2019
by lantama
Hello, is this fixed meanwhile?

Re: compile error:"line 0, column 0" - Low(0)  [SOLVED]

Posted: Mar 19 2019
by Anna MultiCharts
Hello, lantama!

Yes, this improvement was introduced in MultiCharts 12 Release 4.

Re: compile error:"line 0, column 0" - Low(0)

Posted: Mar 26 2019
by WildWex
If I recall correctly, in my case, this happened when I was attempting to pass in a 0 value which created a divide by zero error. Your situation may be different and you may have to slowly undo some code or settings or indicators that you may have been building in order to ferret out what may be causing the issue.