Another question,
if I first bind VPS with a simulation account,I would like to try it out first.
Can I then change the VPS bound account to my actual real account?
Another question, if I upgrade my MT5, will my VPS be interrupted?
For example, my EA has a recording function, which will refresh the records once it is interrupted and reloaded. This will lead to the logic of EA being calculated from scratch.
MQL5 VPS is Metatrader in cloud.
It means that there is no any RDC (remote desktop).
Besides, any dll is prohibited.
We/you can control this VPS using logs.
-------------------
- to make in shorter: post #6
- details: post #3
- Quick questions on MQL5 VPS (Syncing and Activations) https://www.mql5.com/en/forum/337526

- 2018.11.10
- Barry Hendriks
- www.mql5.com
MQL5 VPS is Metatrader in cloud.
It means that there is no any RDC (remote desktop).
Besides, any dll is prohibited.
We/you can control this VPS using logs.
-------------------
- to make in shorter: post #6
- details: post #3
- Quick questions on MQL5 VPS (Syncing and Activations) https://www.mql5.com/en/forum/337526
Does it mean:
It can support GUI operations.
But I have a question, if I deploy a VPS using computer A, and then I adjust the VPS using computer B, will it support it? It should be bound to an account instead of a computer, right?
Another question, if I want to output a csv document through EA, it is usually output to the file folder. But what will be the output of VPS? Where is it kept? How should I access it?
Does it mean:
It can support GUI operations.
But I have a question, if I deploy a VPS using computer A, and then I adjust the VPS using computer B, will it support it? It should be bound to an account instead of a computer, right?
Another question, if I want to output a csv document through EA, it is usually output to the file folder. But what will be the output of VPS? Where is it kept? How should I access it?
About GUI - no idea, but I know that we/you can not any access to this VPS using remote desktop or any other way (to this Metatrader in cloud).
This MQL5 VPS is per trading accounts, and two VPS'ses are not "collaborating" with each other.
About the files ... some of them should be specified as resources ... but I do not think it will work in your complicated tasks ...
anyway - you can try, for example:
Forum on trading, automated trading systems and testing trading strategies
Rashid Umarov , 2019.02.13 15:52
First, read the built-in help for VPS , there is also a video there.
To transfer your own files to MetaTrader VPS, you need to specify the necessary properties to the compiler in the code. This requires a certain level of mastery of the subject.
-----------------------
read the post where I collected a ,ot of information about it: #87

- 2017.01.05
- Sergey Golubev
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
1. My strategy is based on GUI deployment, not just EA parameters. I need to click on the GUI on the chart and select various controls. Does this MetaTraderVPS support it?
2. My strategy sometimes uses DLL, but sometimes it's not necessary. It seems that VPS does not support DLL.
3. My strategy requires multiple varieties and time frames. How should I operate on this VPS?