Edit Your Comment
To overcome the "using of decompiled source code is prohibited" error !
Sep 16, 2009 zamanından beri üye
190 iletiler
Jul 09, 2013 at 12:26
(Jul 09, 2013 at 12:51 düzenlendi)
Sep 16, 2009 zamanından beri üye
190 iletiler
Hi ...
As MetaTrader new builds prohibits using decompiled source code ... I have my own secret to make any indicator, script, or expert advisor works as normal.
Service costs,
Indicator, $30
Script, $25
Expert advisor, $50
Delivery, mostly on the same day and submitted file is in .ex4 format.
As MetaTrader new builds prohibits using decompiled source code ... I have my own secret to make any indicator, script, or expert advisor works as normal.
Service costs,
Indicator, $30
Script, $25
Expert advisor, $50
Delivery, mostly on the same day and submitted file is in .ex4 format.
... oshaban ... skype: oshaban27 ...
Sep 16, 2009 zamanından beri üye
190 iletiler
Jul 09, 2013 at 12:51
Sep 16, 2009 zamanından beri üye
190 iletiler
Did you believe the above prices ...
It's for free !
It's for free !
... oshaban ... skype: oshaban27 ...
Sep 16, 2009 zamanından beri üye
190 iletiler
Jul 09, 2013 at 13:03
Sep 16, 2009 zamanından beri üye
190 iletiler
All what you have to do is to change all the strange variable names ... you need to omit the '_' sign in the names or completely change the variable names ... use Replace function in the MetaEditor to do the job.
... oshaban ... skype: oshaban27 ...
Aug 07, 2011 zamanından beri üye
78 iletiler
Jul 11, 2013 at 22:41
Aug 07, 2011 zamanından beri üye
78 iletiler
it's not only '_', there's more in the checking logic of crapquotes...
Sep 16, 2009 zamanından beri üye
190 iletiler
Jul 12, 2013 at 02:35
Sep 16, 2009 zamanından beri üye
190 iletiler
I did only that and everything went fine for me in 3 decompiled files!.
... oshaban ... skype: oshaban27 ...
Aug 07, 2011 zamanından beri üye
78 iletiler
Jul 12, 2013 at 06:50
Aug 07, 2011 zamanından beri üye
78 iletiler
lucky guy. :) tried it with several ea's, a simple replacement of the underline wasn't enough.
Sep 16, 2009 zamanından beri üye
190 iletiler
Jul 12, 2013 at 10:49
Sep 16, 2009 zamanından beri üye
190 iletiler
snowy posted:
lucky guy. :) tried it with several ea's, a simple replacement of the underline wasn't enough.
Let me try it for you, if you like :)
... oshaban ... skype: oshaban27 ...
Aug 07, 2011 zamanından beri üye
78 iletiler
Jul 12, 2013 at 19:32
Aug 07, 2011 zamanından beri üye
78 iletiler
thanks. currently i don't have problems with compiling decompiled ea's, i just use build 482 or 452 for that, this works. i just tried to test your statement and replaced all underlines in such an ea to compile it with build 509 and it didn't work. same error message.
Sep 16, 2009 zamanından beri üye
190 iletiler
Jul 12, 2013 at 22:37
Sep 16, 2009 zamanından beri üye
190 iletiler
snowy posted:
thanks. currently i don't have problems with compiling decompiled ea's, i just use build 482 or 452 for that, this works. i just tried to test your statement and replaced all underlines in such an ea to compile it with build 509 and it didn't work. same error message.
That's strange! ... I did an other 2 EAs for today, they work for me.
i compiled them on build 509.
I attached one of them with this reply ...
The original copy has an error from time to time occures for me ... for now, it worked for 2 days with no error!
Good luck ...
... oshaban ... skype: oshaban27 ...
Jun 20, 2013 zamanından beri üye
45 iletiler
Jul 14, 2013 at 06:20
Jun 20, 2013 zamanından beri üye
45 iletiler
I guess this 'usage of decompiled source code is prohibited' thing is part of MetaQuotes ' We have enough about that everybody hacks our protocols' campaign.
“Professional Forex Trading Systems and Strategies – Developed by Traders for Traders!”
Aug 07, 2011 zamanından beri üye
78 iletiler
Jul 15, 2013 at 07:41
Aug 07, 2011 zamanından beri üye
78 iletiler
yeah. like somebody somewhere said:
'Another nonsense feature, not to protect somebody's copyright but to deny people access to on average more profitable EA's. Again it's to support scam brokers and to harm traders.'
absolutely correct.
'Another nonsense feature, not to protect somebody's copyright but to deny people access to on average more profitable EA's. Again it's to support scam brokers and to harm traders.'
absolutely correct.
Nov 08, 2009 zamanından beri üye
29 iletiler
Jul 23, 2013 at 06:00
Nov 08, 2009 zamanından beri üye
29 iletiler
i can compile free decompiled sources just message me
MM is the Key!
May 03, 2013 zamanından beri üye
50 iletiler
Jul 26, 2013 at 22:14
May 03, 2013 zamanından beri üye
50 iletiler
Its pretty simple. Compile with older MT4 build or change strange variable names and add the upper comment parts which contains EA name, copyright e.t.c
Dec 29, 2012 zamanından beri üye
2 iletiler
Apr 01, 2010 zamanından beri üye
2 iletiler
Oct 29, 2013 at 21:14
Apr 01, 2010 zamanından beri üye
2 iletiler
Searching and replacing the underscore (_) cannot be done globally. There are a lot of mql keywords that must be left untouched: eg: 'indicator_buffers', 'DRAW_HISTOGRAM', 'MODE_HIGH', 'PRICE_CLOSE'... and so on...
Be very careful doing so....
Be very careful doing so....
Oct 29, 2013 zamanından beri üye
5 iletiler
Nov 07, 2013 at 13:18
Oct 29, 2013 zamanından beri üye
5 iletiler
Well, it can be done globally, but after that you will have to rewrite all those keywords like PRICE_CLOSE that use underscores.
And, something else that, at least, has happened to me: in MetaEditor, the utility 'Find and Replace' does not work well, it sometimes replaces words that don't match with the search.
Better use Notepad++, you can do this with regular expressions.
After that, when you try to compile, if you have overwritten keywords that souldn't have being replaced, then rename them with the real name.
At least, that's the best method I have found so far
And, something else that, at least, has happened to me: in MetaEditor, the utility 'Find and Replace' does not work well, it sometimes replaces words that don't match with the search.
Better use Notepad++, you can do this with regular expressions.
After that, when you try to compile, if you have overwritten keywords that souldn't have being replaced, then rename them with the real name.
At least, that's the best method I have found so far
Nothing is impossible. Only easy or difficult.
Jul 02, 2013 zamanından beri üye
57 iletiler
Nov 08, 2013 at 21:15
Jul 02, 2013 zamanından beri üye
57 iletiler
One way my cat fixes the 'Usage of decompiled source code is prohibited' issue is by copying the code into a New Expert Advisor File.
Sleep is for the weak
Feb 03, 2014 zamanından beri üye
1 iletiler
Feb 03, 2014 at 15:14
Feb 03, 2014 zamanından beri üye
1 iletiler
oshaban posted:
Hi ...
As MetaTrader new builds prohibits using decompiled source code ... I have my own secret to make any indicator, script, or expert advisor works as normal.
Service costs,
Indicator, $30
Script, $25
Expert advisor, $50
Delivery, mostly on the same day and submitted file is in .ex4 format.
cOULD FIX MY EXPERT.. - WHAT EMAIL DO I SEND THE EA TO you.. how do I pay as well ?
Sep 16, 2009 zamanından beri üye
190 iletiler
Feb 03, 2014 at 20:28
Sep 16, 2009 zamanından beri üye
190 iletiler
LucianoR posted:oshaban posted:
Hi ...
As MetaTrader new builds prohibits using decompiled source code ... I have my own secret to make any indicator, script, or expert advisor works as normal.
Service costs,
Indicator, $30
Script, $25
Expert advisor, $50
Delivery, mostly on the same day and submitted file is in .ex4 format.
cOULD FIX MY EXPERT.. - WHAT EMAIL DO I SEND THE EA TO you.. how do I pay as well ?
Hi LucianoR ...
My email is [email protected]
Service Fee is for free :)
... oshaban ... skype: oshaban27 ...
Apr 30, 2011 zamanından beri üye
39 iletiler
Feb 04, 2014 at 08:50
Apr 30, 2011 zamanından beri üye
39 iletiler
ForexEASystems posted:
I guess this 'usage of decompiled source code is prohibited' thing is part of MetaQuotes ' We have enough about that everybody hacks our protocols' campaign.
How would you feel if you spent hours to create code and nobody wanna pay you for its use?
*Ticari kullanım ve istenmeyen e-postalara müsamaha gösterilmez ve hesabın feshedilmesine neden olabilir.
İpucu: Bir resim/youtube urlsi yayınlamak, onu otomatik olarak gönderinize gömer!
İpucu: Bu tartışmaya katılan bir kullanıcı adını otomatik olarak tamamlamak için @ işaretini yazın.