Errors, bugs, questions - page 89

 

Hi. For some reason mq5 doesn't compile any text. it says " 1 error(s), 0 warning(s)".

It doesn't show the error number. Tried a bunch of sources, including those downloaded from https://www.mql5.com/ru/code.

MQL5 Code Base
MQL5 Code Base
  • www.mql5.com
Библиотека исходных кодов на языке MQL5 для MetaTrader 5
 

Dear experts,

In previous builds, when opening windows programmatically, the focus remained in the Expert window. Recently this has changed and the focus is moved to the open window (even if theERR_CHART_NO_REPLY error appears) Please advise -if this is normal, how to return the focus back to the Expert window

Thank you in advance,

Regards GmA

 
gma17:

Dear experts,

In previous builds, when opening windows programmatically, the focus remained in the Expert window. Recently this has changed and the focus is moved to the open window (even if theERR_CHART_NO_REPLY error appears) Please advise -if this is normal, how to return the focus back to the Expert window

Thank you in advance,

Regards GmA

Already wrote in your topic...
 
MarkTrade:

Hi. For some reason mq5 doesn't compile any text. it says " 1 error(s), 0 warning(s)".

It doesn't show the error number. I've tried a bunch of sources, including those downloaded from https://www.mql5.com/ru/code.

Specify exactly which things don't compile from what is in Code Base.

Additionally, it would be useful to specify the version (build) of the terminal, preferably also who it belongs to (MQ or DC)...

PS

When compiling mqh-files, for example, you might get this error (don't pay attention to it because it is normal and won't affect anything)

no executable file produced             1       1
1 error(s), 0 warning(s)                1       1
 

PS

When compiling mqh-files, for example, you might get an error like this (don't pay attention to it, because it is normal and won't affect anything)

no executable file produced             1       
1 error(s), 0 warning(s)                1       1 


and it really does not affect! Thanks!
 
avatara: ...

One more thing - the file that should be created (xp2sp) is not found in the directories.

Please enlighten me, because I haven't looked into MT5 for a long time and now I'm completely lost...

:(

If the file was generated during the test run, you should look for it in the file folder of the tester directory.
 
And how to enable visualisation on the tester, just so it's easier to see when debugging experts.
 
MarkTrade:
And how do you enable visualisation on the tester, just so it's easier to see when debugging experts.
Well, not yet. We are waiting!
 
In the tester, can the EA read data from the file?
 
gumgum:
In the tester, can the EA read data from a file?
it can, here are the functions for working with files https://www.mql5.com/ru/docs/files
Документация по MQL5: Файловые операции
Документация по MQL5: Файловые операции
  • www.mql5.com
Файловые операции - Документация по MQL5
Reason: