i want my label on top of order line and candle graph

 

i want my label on top of order line and candle graph

a‌nd i want to create background color behine of mylabel

i want to know command

one of part m‌y command

   ObjectCreate("L1",OBJ_LABEL,0,0,0);

   ObjectSet("L1",OBJPROP_XDISTANCE,70);

   ObjectSet("L1",OBJPROP_YDISTANCE,40);

   ObjectSet("L1",OBJPROP_CORNER,1);

   ObjectSetInteger(0,"L1",OBJPROP_SELECTABLE,false);

   ObjectSetText("L1","BUY_Orders       = ",8,"Tahoma",White);‌

Files:
111.PNG  11 kb
sss.png  12 kb
 
tanakrit99:

i want my label on top of order line and candle graph

a‌nd i want to create background color behine of mylabel

  1. It is on top.
  2. Create a OBJ_RECTANGLE_LABEL first.
 
whroeder1:
  1. It is on top.
  2. Create a OBJ_RECTANGLE_LABEL first.

Thank you.
Reason: