Keep it inside the sandbox and have your external program grab it from there or share the folder with it.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, I created an expert advisor that automatically generates the chart screenshot that is saved in a hidden folder using WindowScreenShot() function. I need to save this photo outside the metatrader or extract it from it.In the function I entered the path where to save the photo: WindowScreenShot("shots\\signal.gif");
I tried to change the path but does not save the photo outside MT4
Does anyone know how I can do it?Thanks