You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
From MetaTrader 5 platform beta build 2155: MQL5 scope, global Strategy Tester and built-in Virtual Hosting updates
Terminal: Completely redesigned built-in Virtual Hosting management options. All information about the rented terminal, as well as environment migration, stop and start functions, are now available in a separate tab of the Toolbox window.
In earlier versions, Virtual Hosting functions were available in the context menu of the Navigator window. Now all the necessary information and control commands are conveniently arranged in the "VPS" tab:
Basic subscription information appears on the left side:
Using the Start/Stop button, the virtual terminal can be quickly started or stopped.
Data about hosting server hardware and CPU consumption charts are displayed in the right window part. Based on the displayed information, you will be able to respond in a timely manner if your Expert Advisor or indicator uses excessive memory or CPU time.
Information about the last trading environment migration as well as migration commands are also available here. These commands enable fast environment migration after purchasing a subscription.
A virtual platform can be rented from the "VPS" tab. The renting process has not changed and is still fast and easy. You only need to select a plan and a suitable payment method. The best server for connecting to your broker will be selected automatically.
Forum on trading, automated trading systems and testing trading strategies
VPS Questions - New Order
Eleni Anna Branou, 2019.10.08 09:51
When you use MQL5 VPS you do not need to keep your computer on.
You must synchronize properly your EA or signal subscription in order to work on the virtual server.
Your MQL5 VPS's journal log will begin recorded after your first synchronization.
If you need to synchronize an Expert Advisor with your MQL5 VPS server, you need to attach your EA on a chart, click the Auto Trading button and then right click on your VPS server >> Synchronize experts, indicators.
After the synchronization you check the VPS (right click) >> Journals, that you are getting the following message: 1 chart, 1 EA, 0 (or whatever) custom indicators, signal disabled.
If its a signal that you want to synchronize, you setup your signal settings at MT4/5 >> Tools >> Options >> Signals tab and then synchronize with your MQL5 VPS server (right click) >> Synchronize signal only.
After the synchronization you check your MQL5 VPS (right click) >> Journals, that you have the following message: 0 charts, 0 EAs, 0 custom indicators, signal enabled.
Forum on trading, automated trading systems and testing trading strategies
MQL5 VPS issue
Eleni Anna Branou, 2019.10.08 15:00
I just checked and it seems that under the latest MT5 version, the Migrate, Stop and Start options for MQL5 VPS has been moved down to the VPS tab of the Terminal window.
Hello Sir, I am new here and learning a lot at a fast pace. I started using the VPS recently. And would like to know if there is a service desk to get in touch with, incase I have any issues to escalate.
Also in setting up my EA i have been required to "allow DLL", but everything still works fine, does that mean the dll is irrelevant for my EA to work?
Hello Sir, I am new here and learning a lot at a fast pace. I started using the VPS recently. And would like to know if there is a service desk to get in touch with, incase I have any issues to escalate.
Also in setting up my EA i have been required to "allow DLL", but everything still works fine, does that mean the dll is irrelevant for my EA to work?
.. incase I have any issues to escalate ..
All technical support is going on this forum by openning thread or creating the post on the forum with all technical details.
Any help request without technical details (technical proofs for possible bug or any) will be ignored.
More about this rules: post #43
.. Also in setting up my EA i have been required to "allow DLL", but everything still works fine ..
MQL5 VPS is your "second Metatrader in cloud". And "allow dll" settings in your home Metatrader has nothing to do with this MQL5 VPS.
But dll is not allowed in this VPS (EA will not work, and you will read the warning message about it in MQL5 VPS journal/logs).
If EA works in MQL5 VPS so - no problem with it.
More about MQL5 VPS:
Forum on trading, automated trading systems and testing trading strategies
...
Sergey Golubev, 2018.11.24 18:01
VPS is the copy of your Metatrader in the cloud.
To make this copy of your Metatrader in cloud so you need to open chart (or charts) and attach your EA to the chart (or to the charts) to ready to trade.
After that - you make the migration: you are synchronizing your Metatrader with open charts with EA attached to the charts - with the copy of your Metatrader in the cloud.
Once you synchronized (once you sent everything to VPS) so you can close your pc (in you want): your EA will work on VPS (means: your EA will work on the copy of your Metatrader in cloud).
And all those actions (with possibe errors) are written in your VPS log files (you can check it inside your home Metatrader).
---------------
To make it shorter:
MT4 does not have this limitation (because MT4 is always on 32-bit).
---------------
I want to use EA which places trades based on objects (rectangles) ex. if price touches 1.000 than place sell stop order on 0.990.
On my desktop MT4 i put rectangles which are than read by the EA.
My question is - if i wanted to use this EA on MQL5 VPS - will it work? I understand i can not copy objects to MT4 on VPS.
I would be greatful if sb provide an answer. Regards, Marcin
I want to use EA which places trades based on objects (rectangles) ex. if price touches 1.000 than place sell stop order on 0.990.
On my desktop MT4 i put rectangles which are than read by the EA.
My question is - if i wanted to use this EA on MQL5 VPS - will it work? I understand i can not copy objects to MT4 on VPS.
I would be greatful if sb provide an answer. Regards, Marcin
No, it will not work because you don't have a virtual desktop (or even a virtual chart) to work with manually. You can only do that with 3rd party VPS, not MQL5 VPS service. To use MQL5 VPS service your EA must be fully automatic.
Good Day.
Let's assume I have purchased MQL5's VPS and settled my EA and started providing signal. I have several EA's and many charts installed and working Ok. I am managing this from my only PC.
And suddenly my PC get broken or lost, or stolen whatever. I am now buying a new PC and what can I do to have everything in place on my new PC? What happens if I login into my MT account? what shall I do to fully manage it again?
thanks,
Good Day.
Let's assume I have purchased MQL5's VPS and settled my EA and started providing signal. I have several EA's and many charts installed and working Ok. I am managing this from my only PC.
And suddenly my PC get broken or lost, or stolen whatever. I am now buying a new PC and what can I do to have everything in place on my new PC? What happens if I login into my MT account? what shall I do to fully manage it again?
thanks,
Hi,
I am testing MT5 VPS and wanted to clarify the difference between migration and synchronization.
I am running the same EA on 3 different charts.
It seems that the sequence is (after opening charts and loading EA's) : First press Migrate and after run synchronization?
Thanks for any clarification!