Performance Discrepancy Between Local and Remote Systems for MT5 GUI Uploads

 

my desktop is AMD Ryzen 3 1200 Quad Core Processor 3.1 GHz, 16 GB Ram   Here after refered to as Computer 1
remote Computer is AMD EPYC 9354P 32-Core Processor 3.2 GHZ 2 GB Ram  Here after Refered as Computer 2. 


When I upload my GUI on Computer 1 it uploads in mere seconds and I can use my GUI. but on Computer 2 it can take more than 5 minutes before my GUI uploads on my MT5. 

but on Compiling my Code Computer 2 is faster than Computer 1


do i need to rewrite my GUI or the Problem is hardware related. 

 
What do you mean by "GUI" upload?
 
Fernando Carreiro #:
What do you mean by "GUI" upload?

MT5 Panels and dashboards

 
Jefferson Judge Metha #:MT5 Panels and dashboards

That does not answer the question! Assuming your are referring to MQL5 programs (EAs, Scripts, Indicators), what do you mean by "uploading"?

MetaTrader has no such feature as "uploading", so please explain in detail.

 
I created a panel utilising MQl5 Article. and in Computer 1 my panel uploads very fast when I place it on a chart. for example if I place the panel on EURUSD. on computer 1 it takes about 1 second to 3 seconds to load the panel. however, when i go to computer 2 with super fast Processor with 32 Cores and 2 GB ram. it is super slow to upload. 

I am thinking maybe the problem is linked to my small ram in Computer 2. however, i might be wrong  
 
Jefferson Judge Metha #: I created a panel utilising MQl5 Article. and in Computer 1 my panel uploads very fast when I place it on a chart. for example if I place the panel on EURUSD. on computer 1 it takes about 1 second to 3 seconds to load the panel. however, when i go to computer 2 with super fast Processor with 32 Cores and 2 GB ram. it is super slow to upload. I am thinking maybe the problem is linked to my small ram in Computer 2. however, i might be wrong  

Again, I repeat, what do you mean by "upload". There is no such thing on MetaTrader. Something tells me that you probably mean something else and are using the wrong word to describe it.

Maybe you mean that when you attach the Indicator/EA to a chart it takes take time to appear. If that is the case, remember that when connecting to a remote computer via RDP, that the network latency affects the update speed of any graphics that are rendered remotely.

So, you can only compare graphics update speed if you do so with both machines in the same state, either both with a physical display, or both via RDP on the same remote network.

 
Jefferson Judge Metha #:
I created a panel utilising MQl5 Article. and in Computer 1 my panel uploads very fast when I place it on a chart. for example if I place the panel on EURUSD. on computer 1 it takes about 1 second to 3 seconds to load the panel. however, when i go to computer 2 with super fast Processor with 32 Cores and 2 GB ram. it is super slow to upload. 

I am thinking maybe the problem is linked to my small ram in Computer 2. however, i might be wrong  

The problem is most certainly in the code. You need to investigate why and where there is a slow down.

It could also be due to the RAM, 2GB is not much, but again it has to be checked, it all depends of what MT5 config and what you are running inside it.

 
Fernando Carreiro #:

Maybe you mean that when you attach the Indicator/EA to a chart it takes take time to appear. If that is the case, remember that when connecting to a remote computer via RDP, that the network latency affects the update speed of any graphics that are rendered remotely.

So, you can only compare graphics update speed if you do so with both machines in the same state, either both with a physical display, or both via RDP on the same remote network.

thank you. will check on it. 

(it is Attach ok i wasn't familiar with that phrase, in our WhatsApp groups we usually use upload lol.)


Alain Verleyen #:

It could also be due to the RAM, 2GB is not much, but again it has to be checked, it all depends of what MT5 config and what you are running inside it.

the server I had 8 instances of different MT5s Running and there was a somewhat drag. 
have closed some and the speed has picked up. 


thank you.