Shift Price Object Graphical Chart

 

Hello

I need to shift the price in the chart graphical object from the right end of the chart like the main chart.
Is there such a possibility?

Files:
 

You need to use MQL5 (script or whatever) to do that.

 
I know mql5. But unfortunately I didn't find any code to do this.
 Please help me.
Thanks
 
amin n #:
I know mql5. But unfortunately I didn't find any code to do this.
 Please help me.
Thanks

Here is a "whatever" (MQL5 Service) to do that.

Just know that you must delete the mini chart object, created by the Service, manually─following stopping or removal of the Service (if you want the mini chart gone).

Files:
 
Ryan L Johnson #:

Here is a "whatever" (MQL5 Service) to do that.

Just know that you must delete the mini chart object, created by the Service, manually─following stopping or removal of the Service (if you want the mini chart gone).

You should at least be transparent and mention it was done by an AI.
 
Ryan L Johnson #:

Here is a "whatever" (MQL5 Service) to do that.

Just know that you must delete the mini chart object, created by the Service, manually─following stopping or removal of the Service (if you want the mini chart gone).

Thanks