MT5: Register an EA to VPS which can generate SQLite DB

 

Hi all,


I want to ask what happens if I register the EA to the VPS, when the EA creates and reads SQLite DB files?

If possible, is the location of the SQLite file will be on the same cloud server or on local?

And what about adding SQLite file to existing EA that already registered to the VPS

For example using MQL5 VPS.


There's an interesting article about cloud storage:

https://www.mql5.com/en/articles/3331

but I think it will make the SQLite file on a different cloud server and cause data exchange will be slow.



Thanks & Regards,

Mario

Using cloud storage services for data exchange between terminals
Using cloud storage services for data exchange between terminals
  • www.mql5.com
Cloud technologies are becoming more popular. Nowadays, we can choose between paid and free storage services. Is it possible to use them in trading? This article proposes a technology for exchanging data between terminals using cloud storage services.
 
did you manage to find the answer? thanks
 
I have no experience with VPS, but for testing in the Backtester, if a file needs to be accompanied with an EA, there is the #properties tester_file.


Maybe this would make the file be transferred to VPS as well.

But I surely do not know.
Reason: