Save Files When Running the Backtest on Cloud Network

 
Hi all,
I have a helper class that saves the pnl history and some other metrics that I use for analytics on my strategies. It runs on the OnTester funcion and locally stores under a backtests folder inside the MetaQuotes\Terminal\Common\Files path.
However, when running on the MT5 Cloud Network I dont see these files being saved or streamed for my computer at all. Do any of you know if this is possible?
 
Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
 
Enzo Bustamante Junco MendoncaI have a helper class that saves the pnl history and some other metrics that I use for analytics on my strategies. It runs on the OnTester funcion and locally stores under a backtests folder inside the MetaQuotes\Terminal\Common\Files path.
However, when running on the MT5 Cloud Network I dont see these files being saved or streamed for my computer at all. Do any of you know if this is possible?

Obviously, when optimising via MQL5 Cloud you will not have access to the files being generated on the cloud machines.

Reserve such functionality for your own testing on your computer, not when using the MQL5 Cloud Network.