Indicators: GG-TimeFramer - page 2

 
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