how can i set #property version in source code?
-
i want to define #property version in source code.
-
Only in the source code. FxDreema doesn't have that ability to set these options. This is otherwise interesting property, but I guess that I first need to do something, so that people can keep multiple versions from the same project in the same project. I was thinking about before actually. Right now you can do something like this in the History panel, but you can only save 1 history point from deletion, and it doesn't have version number.
-
Thank u very much! how do i set it in the source code itself? can i open the ea source code on metaeditor? and than how?
-
Interesting. It would make it a lot easier for us. For each version, I change the name of the project, such as project 1.2, project 1.3, etc.
-
@YOSEF said in how can i set #property version in source code?:
Thank u very much! how do i set it in the source code itself? can i open the ea source code on metaeditor? and than how?
Of course you can. Save the file as mq4 and open it in the MetaEditor. And in the source code you can write what you want , as long as you start your text with // and close with //
