Please help secure my EA

 

I'm a beginner in coding MLQ4

Can someone help me i need to secure my EA by changing my date function

How do I change my date form D'31.12.2011 01:00' to something like "946684800"


Best Regard

 
forthtech:

I'm a beginner in coding MLQ4

Can someone help me i need to secure my EA by changing my date function

How do I change my date form D'31.12.2011 01:00' to something like "946684800"


Best Regard

Try something like ...

Comment(StrToTime("31.12.2011 01:00"));
 

I think that there's a misunderstanding about datetime formats

D'31.12.2011 01:00' is a datetime format, which is stored (and indeed displayed) as a number

Comment(D'31.12.2011 01:00');

shows this (it displays 1325293200)

 
Can someone help me i need to secure my EA by changing my date function
EX4 files can be easily decompiled, securing not possible.
 
WHRoeder:
EX4 files can be easily decompiled, securing not possible.

Can I get help on how to go about .DLL file at least it will add more security even when the main code decompiled
 
forthtech:

Can I get help on how to go about .DLL file at least it will add more security even when the main code decompiled

I think Intellectual properties need to be protected honestly almost a year on ea development
Reason: