Discussion of article "Projects assist in creating profitable trading robots! Or at least, so it seems" - page 3
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
Sergey Lebedev:
... to launch the jira server system...
MQ has its own product - TeamWox, so integration with the competitor Jira is probably excluded for political reasons.
As for everything else, there is an unploughed field of diverse tasks, and for MQ it would be better to concentrate on the quality and completeness of the main functionality, i.e. trader's functionality. IMHO, "you can't embrace the immensity" and all such utilitarian things as editor+IDE, build system, version control, workflow, etc. it made sense to take ready-made and customise them to work with MQL and MQL compiler. For some reason, we decided to use a third-party CVS for version control (choosing SVN!), and write everything else from scratch. As a result, they are inferior to recognised tools in every segment.
PS. The main argument from MQ was, as far as I remember, to give everything in one bottle, as if convenient for traders-non-programmers. But as a result, the tool became more and more complex, and now it is not for non-programmers in any case, and at the same time it doesn't have "features" that programmers are used to. Neither yours nor ours.
I have specifically looked through this article, but even here I did not find the answer to my question:
how to rename a project created using the MQL5 Wizard?
When creating a project, the project was "MyProject", now I want to rename it in one click to "CoolProject".
The signal is still alive
The signal is still alive
Subscribers are coming. I'm thinking of subscribing too : )
I specifically looked through this article, but even here I didn't find the answer to my question:
how to rename a project created using the MQL5 Wizard?
When creating a project, the project was "MyProject", now I want to rename it in one click to "CoolProject".
Open the project file and study it - there you can see the properties, including the names of files that participate in the project.
This Signal is still working
Open the project file and examine it - you can see the properties there, including the names of the files that are involved in the project
opened in ME and the project file - it looks like .json
I opened the project in ME and opened it as when I created it - icon selection fields, optimisation tick .....
I don't see where I can change the project name.
I expected that there would be a context menu with mouse click like in VS "rename".
for now, if I want to rename the project, I will create a new project with the required name and copy the text from the old project into the main .mql5 file, the includers in my folders will be picked up during compilation.
One project - one type of programme. Only this main programme will be compiled. It is not by chance that the type of programme is specified when creating a project.
It is necessary to address some indicator from the project code by the full path. Even if you put the source code of the indicator in the project folder, you will not be able to work with it.
Or I don't understand - you need to specify what the question is.