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

Questions about MultiCharts and user contributed studies.
Shaman
Posts: 32
Joined: Dec 03 2018
Has thanked: 5 times

Dec 19 2018

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.

User avatar
Anna MultiCharts
Posts: 560
Joined: Jul 14 2017
Has thanked: 42 times
Been thanked: 141 times

Dec 20 2018

Hello, Shaman!

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

lantama
Posts: 96
Joined: Apr 20 2008
Has thanked: 5 times
Been thanked: 5 times

Mar 14 2019

Hello, is this fixed meanwhile?

User avatar
Anna MultiCharts
Posts: 560
Joined: Jul 14 2017
Has thanked: 42 times
Been thanked: 141 times

Mar 19 2019

Hello, lantama!

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

User avatar
WildWex
Posts: 5
Joined: Jan 01 2019
Has thanked: 5 times
Contact:

Mar 26 2019

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.