What payment method do you want to use?
...i used bank card
2. Are there enough funds in your wallet or card?
...yes
3. Please provide the accurate error message text and attach a screenshot for more visibility.
...my vps disappeared from my account
4. If you want to buy a product or a signal, provide its name and the link to it.
...i attached expert advisors
Please help me connect my account back to the vps service and guide me through the process.
Can someone tell me if it's normal that files are automatically deleted at every new migration?
What files?
Maybe I did not explain clearly my needs. I'm talking about personal (custom) file the EA creates at startup in the COMMON directory. Let's suppose of only one file, the procedure is the following:
- At startup the EA checks the existence of the file
- If the file does not exist, then the EA creates the file
- Upon the EA closure, the file is not deleted by the EA
- www.mql5.com
Are you sure? Because if I create a file I can actually write/read it.
If you mean the common directory of the computer the VPS is functioning on, with MQL5 VPS you don't have direct access to that folder/computer.
If you mean the common directory of the computer the VPS is functioning on, with MQL5 VPS you don't have direct access to that folder/computer.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I've experimented a strange behaviour on VPS side upon EAs migration. Actually I don't know whether it is an issue or the normality.
In few words, I've an EA which create many files if and only if they do not exist and it works fine locally, i.e. if I start it twice, the first time the files are create but the second one. At the contrary, if I migrate twice the EA on the VPS, the files are always created from scratch as if the migration would cause the systematic deletion of such files.
Is this a normal behavior or something is wrong?
Just to clarify the procedure, I've tried the following code within the OnInit() function of the EA, obtaining the aforementioned result.
Everytime I get the message "File 'rls\foo.txt' created"