how to get the generated files back in main PC ,if we use File Functions in Local Network Farm or MQL5 Cloud Network?

 

we know File Functions load in EA, it will generate some file in  MQL5's File Folder . And if File Function load in Strategy Tester, it will get in Tester Folder.

But I want know , if we use Local Network Farm or MQL5 Cloud Network, how to get the generated file to main PC.

 
Not a terminal/MTx problem. It's your problem.
 
Use Frames to return data from the agents to the terminal, then dump into a file from there.
 
Anthony Garot:
Use Frames to return data from the agents to the terminal, then dump into a file from there.

thank you. 

Do you know where to find tutorial about Frames?

 
Yu Zhang:

thank you. 

Do you know where to find tutorial about Frames?

Start here: https://www.mql5.com/en/articles/746

You will also have to read the documentation and search through forum posts to figure it out.

Reason: