Because I have several lines on charts, I use labels with the following statement (as an example).
drawTextAbsolute(2,xMA1.getValue(0),Length1+"m",Co lor.white,Color.green,Text.FRAME | Text.Bottom,null,8,"Fx100");
In the new version, my labels print on some charts but not on others. I've checked every parameter and there are no differences between the chart settings. Why would this happen?
Out of about two dozen scripts, I've only encountered two problems in the new version. Good work guys!
Thanks.
drawTextAbsolute(2,xMA1.getValue(0),Length1+"m",Co lor.white,Color.green,Text.FRAME | Text.Bottom,null,8,"Fx100");
In the new version, my labels print on some charts but not on others. I've checked every parameter and there are no differences between the chart settings. Why would this happen?
Out of about two dozen scripts, I've only encountered two problems in the new version. Good work guys!
Thanks.
Comment