Hi,

I want to store screenshots of many charts using a script from ONE chart . Two possible ways comes to my mind ..

1) Keep changing the symbol (SetChartSymbolPeriod) and use WindowScreenShot to store charts

Does not seem to work, as SetChartSymbolperiod is async.

2) Select all open chart in loop and fire WindowScreenShot in them . How to save Screenshot of another chart ?

Experts please assist ..

Thanks a lot.