| / | Forum |
|
edddim
2006.09.30 02:59
I saved old version only, in *.ex4 compiled coding, the *.mql version I have changed
with new codes...
Can I convert my old version from "*.ex4", to review the code. Does exists any possibility to return the old "*.ex4" in "mql-text" readable version? The indicator is not copyrighted and made more versions of the same similar to that one, and all are almost identical, but that one has the code. Is there is any possibility to return it, can someone sugest me how to try? Thanks. |
|
All about Automated Trading Championship: Statistical Reports Creating a profitable and stable trading system is always related to statistical data processing. In this article, we pout together statistical reports of the Automated Trading Championships 2006-2007. It may well be that the information they provide will help you find new trading ideas or correct the existing ones. Analyze the data and save your time. |
|
Digger
2006.10.01 17:53
I guess the Mql4 creators know way do it easily. But to my mind the disclosure of this information is the sweet dream of robbers and plagiarists. If You are an author of EA logics and code what's the problem to recover you code ? |
|
edddim
2006.10.01 18:33
I have written more tens of combinations code, they all look similar on crart drawings,
but that one had the less errors, that's why I saved the "*.ex4" I didn't
think that I will loose my remember for that.
|
|
oldman
2006.10.02 07:08
Every time you compile your ea, it saves the new code in mq4 format. oh... you have
already "saved" the new version... hmmmmm I have 10's of ea's named myea1,
myea2,myea3 etc... lots of files, but I can always back up to the last one... I
know it's bad to say "next time", but there it is.
And If I am trying out a new function for instance, I will just /* ---*/ the old one out, leave it in there and go with the new function.. that way when you find the new one does not go as well, you can unremark the old one, and you are back in shape.. I will bet that every one of the posters here have done what you did and wish they had not.. I have many many times. I am very sloppy with my code, lots and lots of old code remarked out is left in there for much too long. but sometimes I will write something else and remember that I had it that way in the old ea and can go there and get it. Most of the time, I have found that the one you lose is the one you were "inspired" when writting that piece of code..and you feel you can never redo it the way you did before.. |
|
erikcw
2007.01.24 00:49
YOu should check SVN. I know this doesn't help your current problem, but it may
keep you out of trouble in the future. SVN is really a life saver! (http://subversion.tigris.org/)
|
|
edddim
2007.01.24 18:19
Is that your site?
|