|
|||||||
| 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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Extended locking features:
To lock it so nobody else can copy the program except the buyer, you can get a programmer to have it so you enter in the buyers trading account number, so only that trading account number will unlock the program when it is compiled. Also, you can put a licensing time so the program will work and then lock up (demo testing). If you want to know who can program this, contact me at ddiebold@sbcglobal.net Dave <>< Last edited by iscuba11 : 05-16-2006 at 02:14 AM. |
|
||||
|
Quote:
It is a commercial proposal, not free
__________________
@@--> All long voyages always start from the first small steps <--@@ |
|
|||
|
Quote:
Code:
int Account = 111111; Code:
int start Code:
if (Account != AccountNumber()){
Comment("Trade on account :"+AccountNumber()+" FORBIDDEN!");
return(0);
}else {Comment("");}
As to trial version so you may do the following (below int start): Code:
if (CurTime()>1113609600) { //16.04.2005
Alert("My EA was expired! Please re-new your licence");
return;
}
|
|
|||
|
Quote:
It is the time in seconds since 00:00 1st of January 1970. It is hard to count the seconds. And if you do not want to count it you may do the following: 1. Create MT3 EA: Code:
/*[[
Name := babarmughal
Author := Copyright © 2005, MetaQuotes Software Corp.
Link := http://www.metaquotes.net/
Lots := 1.00
Stop Loss := 0
Take Profit := 0
Trailing Stop := 0
]]*/
Var: ExpirationDate(0);
comment(StrToTime("2006.08.16 00:00"));
3. Attach EA to the chart (MT3) and you will see on the chart the number of seconds since 00:00 1st of Janusry 1970 till 2006.08.16 00:00. |
|
||||
|
hello,
A great thanks with Newdigital for these 2 messages and all these expliacations .
__________________
@@--> All long voyages always start from the first small steps <--@@ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |