Forum

Proposal: establish a common package manager solution

I would like to propose that we as a community establish a common package manager to share our mql5 libraries. I would like to start this public discussion here until we derive at a possible solution. This way we can establish and share common frameworks for mql5 and grow together. Thanks for

auto keyword, automatic type inference

Hey mql5 community. I am looking for a solution to simplify coding using concepts like "auto" in c++. If anyone has a solution like macros or vscode extensions or scripts that textreplace "auto" in the preprocessor step by the return type of the called function i would be more than happy. I have