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.
compile error:"line 0, column 0" - Low(0) [SOLVED]
- Anna MultiCharts
- Posts: 560
- Joined: Jul 14 2017
- Has thanked: 42 times
- Been thanked: 141 times
Hello, Shaman!
We’re planning to improve this in future versions of MultiCharts.
We’re planning to improve this in future versions of MultiCharts.
- Anna MultiCharts
- Posts: 560
- Joined: Jul 14 2017
- Has thanked: 42 times
- Been thanked: 141 times
Hello, lantama!
Yes, this improvement was introduced in MultiCharts 12 Release 4.
Yes, this improvement was introduced in MultiCharts 12 Release 4.
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.