Custom indicator import
-
Just wanted to mention this in case it helps anyone else or turns out to be some sort of bug.
Custom indicator import usually works flawlessly but one indicator I have with 17,000 lines of code did nothing when selected. No variables, no buffers, nothing. Initially I thought it was due to either the size of code, number of variables or large number of buffers but after a long process of deleting segments of code & trying to import I finally narrowed it down to a tiny segment of text in a comment.
The offending characters were:- 1 – 14;
Remove them and it imports perfectly.
Not a clue why, but glad to have found a solution.