Just put the code at the top of start(), but this is not going to protect anything. Search, for more info -> https://www.mql5.com/en/search.
what do you mean it not going to protect anything
i info does not explain it very well
Which part don't u understand? Compiled MQL4 code can be easily decompiled. This means that anyone can take your compiled indicator and convert it back to source code. Then all he has to do is erase the lines that "protect" the indicator (even a beginner would mange to do that) and recompile it. So this protection is worthless... Get it?
the only way to protect mql4 program is to hide the most of it into a dll. Even this is not 100% protected but crack Dlls is harder than ex4.
/* 2009.09.11 23:59:00 */ char[50]+char[48]+char[48]+char[57]... can be simplified by '2'+'0'+'0'+'9'...Still useless though
check beta product: http://www.fx1.net/ex4guardian.php
encrypted file -> ex4guardian -> mt4 memory -> memory dump -> find code -> decompile -> no protection.
wow this is interesting although i haven't write any commercial codes... but i think metaquotes should eye on this...
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
hi i want to use this code to protect my indicator
now how do i put the code above into this indicator code below to protect it by time for all of next week
note this is not my modified indicator but the example i used to modifiy and get my new indicator