How to set text at lower right corner ?

 

I want create 3 OBJ_TEXT on 3 lines from lower right corner of sub window.

Without text overlap,when zoom in sub window.

(not use OBJ_LEBEL)


Thank you

 
sorasit46: I want create 3 OBJ_TEXT on 3 lines (not use OBJ_LEBEL)

No you don't. RTFM.

ObjectCreate(OBJ_TEXT) are connect with time and price and move left when new bars form. If you want 3 lines how do you know how high in price to place other lines when price auto scales on the window? Do you really want to move the objects every time a new bar forms?

ObjectCreate(OBJECT_LABEL) "ignore the coordinates. Use the function of ObjectSet() to set up the OBJPROP_XDISTANCE and OBJPROP_YDISTANCE properties."

 
Can use function OBJPROP_XDISTANCE and OBJPROP_YDISTANCE with OBJ_TEXT ?
 
sorasit46:
Can use function OBJPROP_XDISTANCE and OBJPROP_YDISTANCE with OBJ_TEXT ?
No you can't. WHRoeder already answered.
 
Thank you
 
Thanks for sharing your knowledgement :)
Reason: