How do I place text in a certain place?

 

How do I place text in a certain place on the chart, say near the top left hand side or the bottom left hand side using the OBJ_TEXT property? I am using WindowPriceMin(0) but the position changes depending on the time frame and it seems to take a while to update after changing time frame.


Thanks, Steve

 

Try using OBJ_LABEL if you want specified screen position

If using OBJ_TEXT you will have to calculate and maintain time and price coordinates.