CO
Topics
Forum Topics not found
Replies
cortimigliafabio
20 Mar 2023, 16:12
Referencing Custom Indicator
Hello, I apologize in advance if this is the wrong section or for any answer already available on the forum that I missed. I have a technical problem that I can't solve. I understood that in order to reference a custom Indicator within a cBot it is necessary to check the relative box in 'Manage References'. The problem manifests itself when I compile the code, the compilation hangs. If this helps the solution, when I compile from Visual Studio I get the error 'NU1108 Cycle detected'.
I would really appreciate any suggestions, thanks.
@cortimigliafabio
cortimigliafabio
21 Mar 2023, 09:58
Using custom indicators in a cBot
Hello, luckily I fixed it. If this helps others, the problem was that I had naively set references on some custom indexes and then duplicated the robot for testing and this caused a compiling blocking loop.
Once all the references were removed, the compilation started working perfectly again.
Thanks anyway for the assistance.
@cortimigliafabio