hoitaku:
I made an EA uses GlobalVariableSet and Get high-frequently for MT4.
After i launch the EA, I realized that ping speed was up comparing with one some hours ago.
I don't know why. but i think the reason is connected with memory leaks?
- GVs are normally used for interprocess communication (and a poor man's persistent storage.) Unless you are using it in that method, you should be doing that.
The XY Problem - Ping speeds do vary; measure long term. Just as indicators can not trade because that would stop the terminal, your high frequency updates could be slowing down the terminal. Why are you doing that?
- Measure RAM usage over time and find out, don't think. Then fix your broken code.

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
I use Beeks VPS. the specs are 1 core cpu, 1.3G memory.
I made an EA uses GlobalVariableSet and Get high-frequently for MT4.
After i launch the EA, I realized that ping speed was up comparing with one some hours ago.
I don't know why. but i think the reason is connected with memory leaks?
Do you know this reason?