SQLITE on VPS

 

Hi!

I have an EA which dynamically creates a SQLITE database (based on each new day) and fulfill its fields using only the available functions of MQL5 - there is no DLL involved.

And also, the database is created within the TerminalInfoString(TERMINAL_COMMONDATA_PATH), I mean, there is no special folder being used.

My questions:

  1. Is it allowed to run in the Meta VPS ?
  2. Is it necessary to "sync" the database when I upload the EA (and obviously the code could be changed for this) or can I trust the database will be created normally on each new day?
  3. How can I get this database after?
I appreciate any help on this.
Reason: