It is what I found ("machine" translation to the English):
Forum on trading, automated trading systems and testing of trading strategies
New version of MetaTrader 5 platform build 4410: improvements in operation
Renat Fatkhullin , 2024.08.11 22:25
Our plans for MQL5 and MetaEditor:
- roll out a new more efficient compiler, it is being developed step by step in betas
- enable OpenBLAS math libraries in MQL5, step by step linking
- move editor from subversion to Git, work in progress
- launch a GitHub analogue for traders - MQL5 Algo Forge , the project is already available, we are waiting for the completion of Git in the editor
- enable native compilation of c/c++ projects directly in the editor, it's already close
- expand mqproj project settings to handle large projects in different languages
- enable imported modules and a single repository to simplify and speed up development
Forum on trading, automated trading systems and testing of trading strategies
Are there any serious plans to upgrade MetaEditor to a professional-grade programming IDE?
Renat Fatkhullin , 2025.05.28 19:20
A beta will be released in the coming days, where the MT5 editor storage has been changed to Git.
We are launching a new collaboration project MQL5 Algo Forge: https://forge.mql5.io
Forum on trading, automated trading systems and testing of trading strategies
Are there any serious plans to upgrade MetaEditor to a professional-grade programming IDE?
Renat Fatkhullin , 2025.05.29 12:58
I have explained many times that only professional developers create products that are widely used. They need more and more features.
That's why we put so much effort into developing the MQL5 language. The new beta will feature a major upgrade of OpenBLAS mathematics.
We are also preparing a new compiler for release with a lot of new features. It will not be in beta yet.
For Low code and non-professional developers, we will later upgrade AI Assistant and offer our own MCP server.
Forum on trading, automated trading systems and testing of trading strategies
Are there any serious plans to upgrade MetaEditor to a professional-grade programming IDE?
Renat Fatkhullin , 2025.05.29 13:03
Git is fully integrated into MetaEditor and there is no need to install a third-party Git.
For now, we only offer work with our Algo Forge platform, similar to GitHub. The main MQL5 root will always work with our storage, and in Shared Projects we may allow linking our external storage. To do this, you can specify an account in an external system in the settings.
Our task is to restart joint projects .
Forum on trading, automated trading systems and testing of trading strategies
Are there any serious plans to upgrade MetaEditor to a professional-grade programming IDE?
Renat Fatkhullin , 2025.05.29 13:11
For the last six months we have been busy with server capabilities and have not spent much time on the terminal.
What was done for the terminal:
- Rewritten GUI libraries to support dark schemes
- We have updated the visual interface
- Developed a new compiler - not finished yet
- Extended OpenBLAS and related math functions
What we will do next in the terminal and editor:
- Change the chart graphics engine, abandoning the old GDI
- Increase the chart capabilities by adding a combination of additional symbols on the main chart
- We will expand the functionality of manual trading
- Expand our joint work on projects
- We will enable a new compiler with new intelligence
- Expand projects
- The compiler will be able to work with Visual Studio projects and natively compile C/C++ projects to create MQL5 modules/libraries
- We will introduce a package manager for easy import of modules, they will be natively compiled into a single final EX5 file
- We will enable native versions for the ARM64 platform, all other components of the system already work natively under ARM64

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
- Probably the most important, and the most buggy, is storage. Very sensitive to the slightest thing, you can easily get the infamous 'common error' that forces you to restart ME. If you try to work with an older version, "Revert to this revision," it often gets stuck, and you get the 'common error' again.
- Intellisense is very slow or doesn't work properly very often.
- The automatic formatting (styler) cannot be customized. I use the "MetaQuotes" style, which generally works for me, but with several recurring bad formatting errors that I have to correct manually.
- Working with many files is really painful; the options for switching between files are cumbersome and limited.
- The Unicode compatibility is incomplete.
This is just a quick summary; I can provide detailed bug reports on all issues if necessary.
I really hope MetaQuotes will take the necessary steps soon, or decide to open up the possibilities for using a professional external editor while maintaining the ability to debug in real time, which is a must.
Thank you for the great work but please provide us some solutions.