JAVOKHIR SHOMURATOV / Publications
Forum
[SOLVED] I am sorry but this problem was never fixed on MT4
Let's say I want to subscribe the signal I found on website. I clicked on "Copy" on website, it is supposed to open MT4. But what if I have multiple MT4? It doesn't ask which MT4 to open and just opens whichever he wanted which is really bad design. Okay, let's consider it's fine, because I have
Suggestion for mql5.com dev team
Hi MQL5 team. I couldn't find any place to write this other than forums. Searching feature in signals page stopped working completely. I only use that search box to filter signals by broker, because there is no any option to filter by broker and there a lot of signal providers using unregulated new
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