Forum

MT5 optimization causing blue screen problem on windows 11

Trying to do optimization (genetic/slow) on desktop computer. But it is causing random blue screen. I thought this is kind of CPU fault (since I see many blaming CPU for this on forums) and completed multiple stress tests, particularly on Cinebench. Stess test is being completed succesfully without

MetaEditor 4/5 very laggy on MacOS Sonoma

I am aware that these softwares are not designed to run effectively on MacOS. But still, is there anyone coding on MacOS and know a ways to run it faster

Automatically continue generating results on Optimization with Genetic algorithm

Optimization with Genetic algorithm gives new results every time when I press start again and again. So is there any way to automate this process continuosly? I know one way which is done with auto clicker software. But I am sure there is another optimal way out there :)

What happens if onTimer() functions takes long time than I set

I set EventSetTimer() to 1 which means onTimer() functions is called at every 1 second. Now I am wondering what happens if onTimer() function takes more time than 1 second to execute

What is the maximum lenght of the body that GET request can send in MQL4 (I am using webrequest)

What is the maximum lenght of the body that GET request can send in MQL4 (I am using webrequest) ? Also Can I extend it