[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "security" for elas



PureBytes Links

Trading Reference Links

In TS4, for each of your studies you will need to add the following near the
beginning of the code -- the date info in brackets is optional:

If BlockNumber = XXXXX  {and date < 991001 } then begin
    { your code here }
End;  { put this at the end of your code }
Hope this helps.
Karl

-----Original Message-----
From: Gerald Marisch <gm@xxxxxxxxxxxxx>
To: Omega list <omega-list@xxxxxxxxxx>
Date: Thursday, August 12, 1999 3:06 PM
Subject: "security" for elas


>I anticipate sending out 4 PaintBars, 4 ShowMes and 3
>Indicators combined into one ela file.  I am told that the
>ela file can be "secured" (prevented from being repeatedly
>copied) if I write a function and assign an "IF-THEN"
>statement to the ela file that would associate the ela file
>with only one block number.
>
>When someone wants my "stuff", I would associate the ela
>file with their block number before sending it out.  I would
>send them the ela file, which could only be used on a
>computer with that bock number.  Even if the TS block were
>removed after downloading the ela file, the PaintBars,
>ShowMes and Indicators would not "work".
>
>Any ideas / suggestions of how to do it (with an example?)
>would be appreciated.
>
>Thanks in advance for any help.
>
>Gerald Marisch
>
>
>