Is it possible to use ScreenShot() within an expert advisor?

 
Hi, can I use screenshot() to snap the screenshot of an order I just opened in the Expert advisor?

If it works, does it work in StrategyTester also, or only live?

Also, can I use screenshot() within a custom indicator?
 
All answers are "yes".
Just do it.
 

Use this function

ChartScreenShot(0,"filename",width,height,ALIGN_CENTER);
This website uses cookies. Learn more about our Cookies Policy.