Help with Command Line Parameters or Alternative Solutions for Auto-Refreshing Running Programs in MT5

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
Hi everyone,
I’m trying to automate the process of compiling scripts in VSCode and refreshing the running program in MT5. In MT4, I managed to achieve this by sending a WM_COMMAND message to refresh the Navigator list, which worked perfectly — it automatically reloaded the running program. However, in MT5, refreshing the Navigator list doesn’t seem to reload the currently running program. I’m wondering if there’s a way to achieve this in MT5, perhaps using some undocumented command-line parameters for metaeditor64.exe .
Potential Undocumented Parameters:While scanning the executable with strings , I found references to the following parameters that might be functional, though they are not documented:
I’m not sure what these do or if they are active, but they might relate to certain internal functions of the editor. If anyone knows how to use these parameters or has another idea for automating the refresh process in MT5 after recompilation, I’d really appreciate the help. Thanks in advance!