Indicators: GG-TimeFramer - page 2 12 New comment Mladen Rakic 2017.02.10 14:13 #11 maikel: Hello Gekko,Can you please fix this indicator, doesn't work anymore, not showing the bars.Thanks.Change lines 53 and 54 from : SetIndexStyle(0,DRAW_NONE); SetIndexStyle(1,DRAW_NONE);to : SetIndexStyle(0,EMPTY,EMPTY_VALUE,EMPTY,clrNONE); SetIndexStyle(1,EMPTY,EMPTY_VALUE,EMPTY,clrNONE);and it will work 12 New comment
Hello Gekko,
Can you please fix this indicator, doesn't work anymore, not showing the bars.
Thanks.
SetIndexStyle(1,DRAW_NONE);
SetIndexStyle(1,EMPTY,EMPTY_VALUE,EMPTY,clrNONE);