symbol of the beginning

 

Hello everyone I stated this symbol:

  
   SetIndexBuffer(6, InIndicator);
   SetIndexArrow(6, 83);
   SetIndexLabel(6, "InIndicator");


 how do I draw it on the chart just insert the indicator?

 

If you don't see a buffer it could be that the initial number of buffers is wrong - in your case less than at least 7!:

#property  indicator_buffers 7
 
Carl Schreiber:

If you don't see a buffer it could be that the initial number of buffers is wrong - in your case less than at least 7!:

#property  indicator_buffers 7

works but the symbol does not appear
Reason: