Errors, bugs, questions - page 2441
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
Maybe MD5 from ex5 file?
Maybe stored inside ex5 file, search with hex editor...
So need to get some kind of hash sum of itself through MQL5.
How do I add the indicator code to my article? Will this work?
So you need to get some kind of hash sum of yourself through MQL5.
To solve the problem, first you need to understand the problem, i.e. find what kind of hash it is.
To do that, we need to have an opt file from a certain ex5 and then decompress the opt file according to the given structures.
Having checked the adequacy of the fields after the hash field you can finally get a hash.
Having the hash and having the ex5 file one can search for its origin, the first two variants of the possible origin of the hash have been suggested by me:
Maybe the MD5 is from an ex5 file?
Maybe stored inside ex5 file, search with hex editor...
Dear forum members, is there a freelance service for preparing articles for publication? I myself have forgotten all the rules and subtleties of execution. If not, who will undertake to prepare the text of the article "System Indicator" for a fee. Correspondence in private, if not forbidden.
It's forbidden to take any work into private messages. Freelance has a training category for all sorts of odd jobs
Thanks for the reminder, I will use this category.
To solve the problem, you first need to understand the problem, i.e. find out what kind of hash it is.
There is an EA like this
When I do a pass, it writes a file with the same name. This is correct.
Then I recompile it and write number 456 instead of 123.
After that, each pass will write the corresponding one and the same file but with a different name.
That's the kind of functionality we need to implement somehow. I.e. if EX5 is changed, the file names it creates will also change.
Using __DATETIME__ macro is not suitable.
This is the kind of functionality that needs to be implemented somehow. I.e. if EX5 is changed, the file names it creates will also change.
What if you put the .ex5 library in a plugin and recompile it?
What if you put the .ex5 library in a plug-in library and recompile it?
What difference would that make?