How can i put fixed text on a specific area on the graphic ?

 

Hello all.

I'm newbye on mql4 programing and there are some basic stuff that i don't know... 

How can i put fixed text on a specific area on the graphic ? 

Text area 

 
 
honest_knave:

OBJ_LABEL

 

 Thanks my friend... works fine!

 

Works fine, but when the labels are added to the Graphic; all of them are selected, as you can see on the print below:

 

Selected 

 

Hi can i di to unselect them ?


I try a search here on forum and found nothing about it... 

 
ObjectSetInteger and OBJPROP_SELECTED or OBJPROP_SELECTABLE if you don't want the user to be able to move the labels
 
GumRai:
ObjectSetInteger and OBJPROP_SELECTED or OBJPROP_SELECTABLE if you don't want the user to be able to move the labels

Great... Thank you my friend. Here the final result... Thanks.

 

 Simulator

 

Is working fine, but there is an issue that i need to fix.

When i put lines on the graphic, need them to be placed behind the box "SIMULA ORDENS", not ahead... how can i do this ?

behind 

 

Control over z-order is somewhat inadequate in MT4.

Make sure your vertical lines are drawn in the background.

 

 
honest_knave:

Control over z-order is somewhat inadequate in MT4.

Make sure your vertical lines are drawn in the background.

 

Ok, thanks!