Hi experts,
I am looking for simple functionality in an efs, I have drawn some lines(support and resistance), and would like to have these entries removed from my cursor window. I don't see how one might do that. I have tried setCursorLabelName("",0);
In the attached file, I have four purple lines and in the cursor window I have the levels 920,922,924,926... I need my cursor window to be clean and crisp!
Ignore the piece below as it is probably an efs language enhancement request.
Also, I noticed that I had to set a style for each line that I'm drawing. Sometimes the number of lines is variable. Is there any way that I can set the style for a particular range. e.g. I want 0-10 lines to look this color this style, and 10-20 lines another style. This way when I draw my lines, I can return arrays of 10 elements, but with some 0s.
Peter
I am looking for simple functionality in an efs, I have drawn some lines(support and resistance), and would like to have these entries removed from my cursor window. I don't see how one might do that. I have tried setCursorLabelName("",0);
In the attached file, I have four purple lines and in the cursor window I have the levels 920,922,924,926... I need my cursor window to be clean and crisp!
Ignore the piece below as it is probably an efs language enhancement request.
Also, I noticed that I had to set a style for each line that I'm drawing. Sometimes the number of lines is variable. Is there any way that I can set the style for a particular range. e.g. I want 0-10 lines to look this color this style, and 10-20 lines another style. This way when I draw my lines, I can return arrays of 10 elements, but with some 0s.
Peter
Comment