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.
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.
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.)
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.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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.