Placing Object Description in a constant spot on the chart

 

Hello, So am trying to get the text description of an object created at a particular spot like in the image below, but the desired result is providing somewhat difficult to achieve, I don't know if there is a function for such or a special way to write the code to do such. The "OBJ_TEXT" moves with the chart, "OBJ_LABELdoesn't move with the object, Using "CHART_PRICE_MIN" etc is looking bad.

Please, how do I go about archiving my desired result.

Thanks.

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types
Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
Object Types - Objects Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Files:
help.png  20 kb
 
  1. There is no control over descriptions — stop trying.
  2. For № 2 You could use candle time/price min for a text object, but you will have to move it each time minimum changes. It is not constant.
  3. For № 1 you will have to move it each time the WindowFirstVisibleBar() changes. It is not constant.
Reason: