Sending csv files periodically to Metatrader VPS

 

Greetings family. I am new here but from your guidance and articles I have created an EA that is working well. Thank you.

My next problem is that I am trying to find out a way to send csv files from my private cloud to Metatrader VPS and I have not a clue  of how to tackle this. For starts, the closest write-up I found about the topic is https://www.metatrader5.com/en/terminal/help/startworking/settings where the FTP section is expounded on as intended for " The trading platform allows you to automatically publish reports on the account state and its history. To do this, configure internet connection parameters through FTP", which implies a one way direction access; from trading terminal on VPS to some FTP server.

My question; Is it possible to send signals as .csv files from cloud to VPS?

I will honestly appreciate any responses on this.


Thanks everyone for sharings bits and bits of information, here and there on the platform. You're the reason that beginner MQL devs like I have been able to accomplish so much is such little time. Thank you!

Platform Settings - Getting Started - MetaTrader 5 Help
Platform Settings - Getting Started - MetaTrader 5 Help
  • www.metatrader5.com
The trading platform provides multiple settings to help you conveniently customize it. Click " Options" in the Tools menu or press...
 

You can request files with webrequest, so not push to the VPS but pull but allow the url address before the migration.

Documentation on MQL5: Network Functions / SendFTP
Documentation on MQL5: Network Functions / SendFTP
  • www.mql5.com
SendFTP - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5