Remove Price line but not price

 

Is it possible to remove the price line on the chart and keep the price on the right side of the chart?

Similar to the chart I attached?

Files:
image1.png  25 kb
 
mlewk1101:

Is it possible to remove the price line on the chart and keep the price on the right side of the chart?

Similar to the chart I attached?

I think the only way would require you to create an object rectangle and put it behind all other graphic objects, but not behind the prices lines.

And align it on the right border side.


https://www.mql5.com/en/docs/objects/objectcreate


See this for the Rectangle

https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_rectangle_label

Documentation on MQL5: Object Functions / ObjectCreate
Documentation on MQL5: Object Functions / ObjectCreate
  • www.mql5.com
The function creates an object with the specified name, type, and the initial coordinates in the specified chart subwindow. During creation up to 30 coordinates can be specified. The function returns true if the command has been successfully added to the queue of the specified chart, or false otherwise. If an object has already been created, an...
Reason: