View Single Post
  #1 (permalink)  
Old 05-17-2006, 11:40 AM
tigertrader's Avatar
tigertrader tigertrader is offline
Junior Member
 
Join Date: May 2006
Posts: 10
tigertrader is on a distinguished road
Text Object positioning

I have created a text object and I want to position it in the upper right hand corner of the MT4 window. The text object appears OK but I have no idea how to get it to show in the top right corner. I cannot find the syntax to do that. Can anyone give me a hand either on where to find the info or how to position an object?

My code is:

ObjectCreate("MyTextObj", "MyTextObj", NULL, NULL , NULL);
ObjectSetText("MyTextObj", my_text, 12);

Thank you.
Reply With Quote