Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 11-11-2007, 06:04 AM
Junior Member
 
Join Date: Apr 2006
Posts: 2
c14n6 is on a distinguished road
EA protection

Hello everyone,

I hope this is the right section to post my question. Could any EA expert tell me how to encrypt the ea from being decompiled? If i share the .ex4 file, is there any possibilities for people to decompile it? Just don't want people see the code and strategy behind the ea, and misuse it for his own purpose. If this topic has been discussed before, could somebody refer me to the thread? Thank you for your attention.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 01-13-2008, 05:26 PM
Member
 
Join Date: Sep 2007
Posts: 65
Ronald Raygun is on a distinguished road
coding help

I'm trying to develop a code for a set of clients to my IB and I'm trying to offer them a trial period.

How do I program the EA so that it doesn't work after x Days or on a certain date?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 01-13-2008, 06:54 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 2,366
Linuxser has disabled reputation
Quote:
Originally Posted by Ronald Raygun View Post
I'm trying to develop a code for a set of clients to my IB and I'm trying to offer them a trial period.

How do I program the EA so that it doesn't work after x Days or on a certain date?
Post moved to this thread.

Read post 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 01-13-2008, 09:47 PM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 378
WNW is on a distinguished road
Quote:
Originally Posted by c14n6 View Post
Hello everyone,

I hope this is the right section to post my question. Could any EA expert tell me how to encrypt the ea from being decompiled? If i share the .ex4 file, is there any possibilities for people to decompile it? Just don't want people see the code and strategy behind the ea, and misuse it for his own purpose. If this topic has been discussed before, could somebody refer me to the thread? Thank you for your attention.
You can't.
Even if the EA is coded to use a DLL, another library file(s), or use an ftp connection to a host server to authenticate the EA, all of these measures can be thwarted by a good decompiler.
Once the code is decompiled the security measures are simply removed.

As stated elsewhere, if you value the EA do not share or sell it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 01-14-2008, 08:53 AM
Senior Member
 
Join Date: Apr 2006
Posts: 108
InTrance is on a distinguished road
there are protection programs for locking dll's. are they any good?

Last edited by InTrance; 01-14-2008 at 09:13 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 01-15-2008, 09:21 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,796
Blog Entries: 31
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Good post of cja about how to put expiration day on the indicator.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 01-15-2008, 03:34 PM
Senior Member
 
Join Date: Jan 2006
Posts: 1,078
omelette is on a distinguished road
Quote:
Originally Posted by WNW View Post
You can't.
Even if the EA is coded to use a DLL, another library file(s), or use an ftp connection to a host server to authenticate the EA, all of these measures can be thwarted by a good decompiler.
Once the code is decompiled the security measures are simply removed.

As stated elsewhere, if you value the EA do not share or sell it.
Not quite true, regarding decompiling, that is - the rest I agree with.

Decompiling DLL's in practice is not possible (in theory, of course it's possible) - one attempt that springs to mind was a program called 'Boomerang', it would decompile really really simple 'machine language' constructs into readable C code. Nothing complicated could be decompiled with it though...

There is a world of difference between decompiling and dissassembling though. First, Compiling is where the high level language (Visual Basic, C/C++ etc.) is converted to 'machine code', which is basically just hexadecimal numbers, (the lowest machine language form). Decompiling is the opposite of this obviously!
Dissassembling this machine code would produce Assembly Language, which is simply an easier to use representation of the hexadecimal machine code. 'Assembling' converts assembly language to machine code.

What is possible with DLL's is to dissassemble them, so anyone fluent in assembly programming would have no problem figuring out what your DLL is doing, even though the Assembly Language he would be working with would be completely different visually, to the high level language that was compiled - this is afterall, what the DLL 'really' is...

Of course, if there really is a program out there capable of doing this properly, I stand corrected and would really like to know about it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 02-09-2008, 03:40 PM
fxgrm's Avatar
Member
 
Join Date: Mar 2007
Posts: 88
fxgrm is on a distinguished road
Quote:
Originally Posted by codersguru View Post
These are some of the ideas to protect your EA:


3- If you think your EA worth why don't you sell the signals only and keep the EA yourself?

Codersguru or New Digital:

How do you get set up to receive signals from an EA?

Is there a thread that explains how to do this properly?

Thanks in advance

fxgrm

Last edited by fxgrm; 02-13-2008 at 12:28 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 08-18-2008, 01:53 AM
Junior Member
 
Join Date: Apr 2008
Posts: 3
icwalter is on a distinguished road
Demo only EA

Many of the EA's available for purchase offer a demo mode only or strategy tester only mode for "trying" out the EA. Will someone please provide the code for allowing a EA to run in demo and/or strategy tester mode only?

One additional question. I purchased one EA when I first began looking into the Forex market and I had to register the EA and get a key before it would work. Will someone also please point me in the direction of where I can find the code and/or process that does that?

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 08-18-2008, 03:05 AM
Senior Member
 
Join Date: Oct 2007
Posts: 186
Dave137 is on a distinguished road
Smile

Check These Out. One of these may work for you??

Dave
<><<<
Attached Files
File Type: doc Protect EA.doc (24.0 KB, 30 views)
File Type: doc Protect EA[1].doc (20.5 KB, 19 views)
File Type: doc Protect EA[2].doc (24.0 KB, 19 views)
File Type: doc Protect Program [3].doc (22.0 KB, 23 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
loss lock EA newdigital Expert Advisors - Metatrader 3 4 05-17-2006 07:40 PM
any way to LOCK an Indicator or Template? SPACECHIMP Metatrader 4 2 04-20-2006 01:39 AM


All times are GMT. The time now is 11:21 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.