Resources are made for this:
To use images and sounds in your MQL5 program, make sure that all the media files that it uses are located in the appropriate folders. This imposes a definite disadvantage when transferring a compiled EX5 file from one terminal to another. But it is possible to solve this problem at the stage of code writing. In such cases use resources.
In order to use a resource in a program, it should be declared using the compiler directive #resource
This is
Including resources to executable files during compilation of mql5 programs #
- www.mql5.com
thank you for your answer.
But I think I may have asked the wrong way.
I mean, I spend too much time during the test and optimization.
I want to shorten the time. In addition to using the cloud, I can also connect to supercomputers, but when connecting them, they will ask me what kind of computing resources I need, CPU or GPU. This is my question.
thank you for your answer.
But I think I may have asked the wrong way.
I mean, I spend too much time during the test and optimization.
I want to shorten the time. In addition to using the cloud, I can also connect to supercomputers, but when connecting them, they will ask me what kind of computing resources I need, CPU or GPU. This is my question.
Does anyone know what computing resources are used when running test optimization?CPU or GPU? why? or how?
thank you!
CPU and RAM.
In a single test your MT5 will use one core and some RAM. During an optimization it uses 1 core per optimization run and up to 96 GB RAM in total.
So if you have less than 96 GB RAM its possible that your computer almost freezes because the MT5 grabs all what he gets until all opt runs are done.
One option to influence that is by disabling one CPU core in the tester settings to leave it for regular tasks but there is no such option for the RAM usage. The MT5 will take as much as it gets.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Does anyone know what computing resources are used when running test optimization?CPU or GPU? why? or how?
thank you!