tanakrit99:
i want my label on top of order line and candle graph and i want to create background color behine of mylabel |
|
Thank you.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
i want my label on top of order line and candle graph
and i want to create background color behine of mylabel
i want to know command
one of part my 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);