Discussing the article: "Launching MetaTrader VPS: A step-by-step guide for first-time users"

 

Check out the new article: Launching MetaTrader VPS: A step-by-step guide for first-time users.

Everyone who uses trading robots or signal subscriptions sooner or later recognizes the need to rent a reliable 24/7 hosting server for their trading platform. We recommend using MetaTrader VPS for several reasons. You can conveniently pay and manage the subscription through your MQL5.community account.

Launching MetaTrader VPS: A step-by-step guide for first-time users

Author: MetaQuotes

 

I tried to import my expert advisor and I tried to migrate my expert advisor and it is failing . what should I do to solve this problem. please help

 
HemanthEB #:

I tried to import my expert advisor and I tried to migrate my expert advisor and it is failing . what should I do to solve this problem. please help

You are trying to migrate an EA that requires DLL, which are not allowed in MQL5 VPS and can be harmful.

Use another EA from the Market that doesn't require DLL calls.

 
I just bought the vps from metatrader but I use Expert advisers, one of them uses webrequests, does it still works while I use a vps?

 
Jules Corbeels #: I just bought the vps from metatrader but I use Expert advisers, one of them uses webrequests, does it still works while I use a vps?

Webrequests are usually fine, DLL calls are not allowed in MQL5 VPS.

Launching MetaTrader VPS: A step-by-step guide for first-time users
Read the last steps 15-25 of these guides below to understand how MQL5 VPS works:
Launching MetaTrader VPS: A step-by-step guide for first-time users
Launching MetaTrader VPS: A step-by-step guide for first-time users
  • www.mql5.com
Everyone who uses trading robots or signal subscriptions sooner or later recognizes the need to rent a reliable 24/7 hosting server for their trading platform. We recommend using MetaTrader VPS for several reasons. You can conveniently pay and manage the subscription through your MQL5.community account.
 
Hello I wanted to ask if it is possible to use offline charts (renko, median renko etc) with mql5 vps
 
@alevros #: Hello I wanted to ask if it is possible to use offline charts (renko, median renko etc) with mql5 vps
No! The best solution is for the EA to generate the Renko data internally, so as not to depend on the Offline charts.