drawTextAbsolute(2,xMA1.getValue(0),Length1+"m",Co lor.white,Color.green,Text.FRAME | Text.BOTTOM,null,10,"Fx100");
I use statements like the above to put a label on some trends lines on my charts. The labels print to the right of the current price and don't clutter up the price bars. When I add $VIX to a chart, however, the labels disappear although the lines remain.
Does anyone know a way around this problem which occurs with the new version but not with the old version? Thanks.
I use statements like the above to put a label on some trends lines on my charts. The labels print to the right of the current price and don't clutter up the price bars. When I add $VIX to a chart, however, the labels disappear although the lines remain.
Does anyone know a way around this problem which occurs with the new version but not with the old version? Thanks.
Comment