reading a text from one chart and sending on another chart - page 2

 
Marco vd Heijden:

You can use the ChartID to select a chart and the ObjectName to select a object.

So you can create objects on all open charts from one EA or indicator or script by using the correct ChartID in the parameters.

https://www.mql5.com/en/docs/chart_operations/chartid

This Chart ID is usually the first parameter you specify in the object functions.

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

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

Thank you so much it's really helpful... 

Reason: