Question on custom indicator on separate window

 

Hi

i m creating a custom indicator as a separate window. I d like to know if it is possible to display/draw an object at a specific Buffer[i] position instead of a continuous line. I m always talking on a separate window below the chart and not on the chart.

 
Indicators part1 shows you. 
 
athanfx:

Hi

i m creating a custom indicator as a separate window. I d like to know if it is possible to display/draw an object at a specific Buffer[i] position instead of a continuous line. I m always talking on a separate window below the chart and not on the chart.

Do you want to draw an Object or use a Buffer and style DRAW_ARROW ?

If you want to draw an Object just specify the correct window and draw your Object at position given by Buffer[i] and Time[i] 

Reason: