Error 4029 Invalid array - page 2

 
now try it on CHFJPY and  select 1Day time frame
 
bro840:
now try it on CHFJPY and  select 1Day time frame
It is exactly the same, with the ArrayResize on the buffer, error 4029. Remove the ArrayResize and no error.
 
In any case, since the buffer is never assigned to, the image posted can not be generated by the code posted.
 
int OnInit()
{  
   SetIndexBuffer(0,Indicador);                          // Assigning an array to a buffer
   SetIndexStyle (0,DRAW_HISTOGRAM,STYLE_SOLID,5);       // Line style
                                                           
   return(INIT_SUCCEEDED);
}
I don't get you it's assigned on OnInit
 
my indicator is working just fine omfg how i didn't saw rsrsrsrsrsrsrsrs CHFJPY has a candle from 115 to 138 
 
WHRoeder:
In any case, since the buffer is never assigned to, the image posted can not be generated by the code posted.
I understand it's because you came after i removed the total code. I Put in here so the GumRai could test it and then i removed :)
Reason: