deleting buffer line and redraw it

 

hi

how can we  delete  buffer line and redraw it using mql4 code ?

we can delete object using: 


 

ObjectDelete(   string name)

 


to start draw it again , what about buffer line?

any help is appreciated

 
abdI:

hi

how can we  delete  buffer line and redraw it using mql4 code ?

we can delete object using: 

to start draw it again , what about buffer line?

any help is appreciated

 

You can initialize the Buffer in the same way you would an Array
 
RaptorUK:
You can initialize the Buffer in the same way you would an Array


ok...thanks for u RaptorUK .I will tray 
Reason: