I have a multiple time frame EFS I have been playing with and I have 2 minor problems - any help would be great.
1 - no problem on screen, the name shows up as XXX but as soon as I go to "Edit Studies" for any reason, it shows all the settings on the chart - so if it was a stoch efs with 2 time frames for instance the name would go from XXX to XXX (9,9,3,0,8,2,2) i made the #s up so that isnt the problem. any ideas why?
2 - The efs has 3 components but I only want 2 to be charted or shown in on the chart. Right now I just "setDefault( Color.lightgrey)" which is the color of the background of my charts so I dont see them but when they r ontop or cross one of the visible lines it breaks it up. Any way to either not show it at all on the chart or make it the btm indicator of the group so the visible once would by dfault pass on top when they cross and the visibles wouldnt be broken up?
I have it set setShowCursorLabel(false); - but thats didnt help either
Thanks a lot.
1 - no problem on screen, the name shows up as XXX but as soon as I go to "Edit Studies" for any reason, it shows all the settings on the chart - so if it was a stoch efs with 2 time frames for instance the name would go from XXX to XXX (9,9,3,0,8,2,2) i made the #s up so that isnt the problem. any ideas why?
2 - The efs has 3 components but I only want 2 to be charted or shown in on the chart. Right now I just "setDefault( Color.lightgrey)" which is the color of the background of my charts so I dont see them but when they r ontop or cross one of the visible lines it breaks it up. Any way to either not show it at all on the chart or make it the btm indicator of the group so the visible once would by dfault pass on top when they cross and the visibles wouldnt be broken up?
I have it set setShowCursorLabel(false); - but thats didnt help either
Thanks a lot.
Comment