I have an mt4 account hosted on a VPS of mql5 community. I have it setup such that it'll write the history of trades on a csv every OnDeInit() [FileWrite function used].
While the Home Computer is on, it will monitor the trades. The VPS EA will also monitor the trades. When I turn the Home Computer off, it cannot monitor the trades. The VPS EA will continue to monitor the trades. When I turn the Home Computer back on, it'll resume monitoring but the data created will contain gaps because of the time it was turned off. The VPS EA will have non-gapping data.
How do I download this non-gapping data? I know how to upload and synch from my HomeComputer to the VPS, but I can't seem to download (filewritten csv) and synch from the VPS to my HomeComputer.
Is there any way to achieve this? All I really want is to collect the history of trades without any gap. Is there any workound?