copy a chart on the screen

 

like many, I have SR lines set up  on a chart  from M1 back to D1

to save remaking every line on a new chart of a lower timeframe , is there a way to copy  a chart on the screen and save it into the same  folder


this would save a lot of work

 
Save and show the objects of testing chart
Save and show the objects of testing chart
  • www.mql5.com
After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template. In this case we need to copy the objects on the testing chart to the new chart. This script helps to save the objects into a file and show the objects on a...
 

sorry, I forgot to mention I have MT4

seems I'm in the wrong place


but thanks for your suggestion

 
kevin:

like many, I have SR lines set up  on a chart  from M1 back to D1

to save remaking every line on a new chart of a lower timeframe , is there a way to copy  a chart on the screen and save it into the same  folder

Apart from using templates (which isn't selective of the objects you want to save), you can always create a dummy indicator that does these things all in the background:

- Saves objects that satisfy certain predefined criteria (e.g. types, or named in certain way) to a file, named according to the symbol and timeframe.

- Reads and displays objects stored in files of the same symbol, but from different timeframes.

Reason: