How do I make obj_rectangle_label behind obj_label

 
How do I make  obj_rectangle_label behind obj_label but not behind the candle 

Objprop_back is placing the rectangle behind the chart.
 
Habib Adeyemi: Objprop_back is placing the rectangle behind the chart.

Of course, it does.

Habib Adeyemi: How do I make  obj_rectangle_label behind obj_labe
Create the former before the latter.
 
William Roeder #:

Of course, it does.

Create the former before the latter.
Thank you.

Please another question.

I try to move two objects together since I can't attach the rectangle to the label, using chartevent_obeject_drag but it seems to lag, is there a way to prevent the lag?


 
Habib Adeyemi:
How do I make  obj_rectangle_label behind obj_label but not behind the candle 

Objprop_back is placing the rectangle behind the chart.

you can create and initialize the rectangle before the label, MQL5 also assigns them in the order they are created too

 
Zyad Nhra #:

you can create and initialize the rectangle before the label, MQL5 also assigns them in the order they are created too

Thank you.

Please another question.

I try to move two objects together since I can't attach the rectangle to the label, using chartevent_obeject_drag but it seems to lag, is there a way to prevent the lag?
Reason: