[amibroker] Protecting the code

2008-02-21 Thread Waleed Khalil
Dear All
Can any one tell me how am i suppose to protect my code with a password 
or dll or anyway of protection.
I know that there is a way by converting it to DLL, i searched the net 
over and over again but i did not find any thing.
Please help
Thanks in advance
Waleed


[amibroker] Protecting the code

2008-02-22 Thread Ronald Davis
  Hi Herman and others>>Will DLL, be easier FOR ME to learn than SQL, and PHP 
active web pages??
  ===
  I have spent many hours developing some 100%AFL BASED code. 
  My general coding abilty is limited to a HALF HOUR COLLEGE COURSE using PUNCH 
CARDS and FORTRAN
  My AFL CODING ability was acquired by devoting a massive number of HOURS 
TESTING many different self created ALGORITHMS to smooth the past hundred DAYS 
OF EOD price data, via the builtin AMIBROKER OSCILLATOR indicators.
  PERSONAL FRIENDS are dropping by in order to VIEW charts of their PORTFOLIOS. 
  Later on, I want to ALLOW THE PUBLIC to view charts of any SYMBOL via a >FREE 
website similar to STOCKCHARTS.COM 
  A website DEVELOPER told me that a WEBSITE like this can be CREATED, with 
SQL, PHP active pages. 
  He told me that if this is done correctly, then no one could access to the 
actual AFL coding. 
  I am assuming that it will take me a long time to learn how to CREATE AND 
HAVE EXCLUSIVE CONTROL of a FUTURE website. 
  If I CORRECTLY understood the WEBSITE developer, then DLL protection would 
not be necessary if I HAVE EXCLUSIVE CONTROL of a FUTURE WEBSITE. 

  ==
- Original Message - 
  From: Herman 
  To: Waleed Khalil 
  Cc: amibroker@yahoogroups.com 
  Sent: Friday, February 22, 2008 5:29 AM
  Subject: Re: [amibroker] Protecting the code
  

  I haven't heard anyone doing it. There is a DLL tutorial on the AmiBroker 
site.
  

  herman
  

  For tips on developing Real-Time Auto-Trading systems visit:
  http://www.amibroker.org/userkb/
  

  Friday, February 22, 2008, 6:21:48 AM, you wrote:
  

  > Thanks Herman , but can you send a link or tutorial to know how can i do
  > it as DLL ?
  > thanks in advance
  

  > Herman wrote:
  

  >> I don't think it can be done yet, excepts with a DLL.
  

  

  >> best regards,
  

  >> herman
  

  

  >> For tips on developing Real-Time Auto-Trading systems visit:
  

  >> http://www.amibroker.org/userkb/ <http://www.amibroker.org/userkb/>
  

  

  >> Friday, February 22, 2008, 2:20:47 AM, you wrote:
  

  

  >> > Dear All
  

  >> > Can any one tell me how am i suppose to protect my code with a password
  

  >> > or dll or anyway of protection.
  

  >> > I know that there is a way by converting it to DLL, i searched the net
  

  >> > over and over again but i did not find any thing.
  

  >> > Please help
  

  >> > Thanks in advance
  

  >> > Waleed


[amibroker] protecting the code

2007-04-11 Thread Waleed Khalil
Hi all
Can any one tell me please how to protect my code with a password or 
something if i need to give to someone and i don't want him to change it ?
thanks in advance
Waleed


Re: [amibroker] Protecting the code

2008-02-22 Thread Waleed Khalil
Thanks Herman , but can you send a link or tutorial to know how can i do 
it as DLL ?
thanks in advance

Herman wrote:
>
> I don't think it can be done yet, excepts with a DLL.
>
>
> best regards,
>
> herman
>
>
> For tips on developing Real-Time Auto-Trading systems visit:
>
> http://www.amibroker.org/userkb/ 
>
>
> Friday, February 22, 2008, 2:20:47 AM, you wrote:
>
>
> > Dear All
>
> > Can any one tell me how am i suppose to protect my code with a password
>
> > or dll or anyway of protection.
>
> > I know that there is a way by converting it to DLL, i searched the net
>
> > over and over again but i did not find any thing.
>
> > Please help
>
> > Thanks in advance
>
> > Waleed
>
>
>
> > Please note that this group is for discussion between users only.
>
>
> > To get support from AmiBroker please send an e-mail directly to 
>
> > SUPPORT {at} amibroker.com
>
>
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
>
> > http://www.amibroker.com/devlog/ 
>
>
> > For other support material please check also:
>
> > http://www.amibroker.com/support.html 
> 
>
> >  
>
> > Yahoo! Groups Links
>
>
> > http://groups.yahoo.com/group/amibroker/ 
> 
>
>
> > Individual Email | Traditional
>
>
> > http://groups.yahoo.com/group/amibroker/join 
> 
>
> > (Yahoo! ID required)
>
>
> > mailto:[EMAIL PROTECTED] 
>  
>
> > mailto:[EMAIL PROTECTED] 
> 
>
>
> > [EMAIL PROTECTED] 
> 
>
>
> > http://docs.yahoo.com/info/terms/ 
>
> >  
>
>  



Re: [amibroker] Protecting the code

2008-02-22 Thread Tomasz Janeczko (groups)
Hello,

The docs and examples on how to write plugin DLL can be found here:
http://www.amibroker.com/devlog/2006/12/15/amibroker-development-kit-adk-for-cc-now-available-to-everyone/

Best regards,
Tomasz Janeczko
amibroker.com
- Original Message - 
From: "Waleed Khalil" <[EMAIL PROTECTED]>
To: 
Sent: Friday, February 22, 2008 8:20 AM
Subject: [amibroker] Protecting the code


> Dear All
> Can any one tell me how am i suppose to protect my code with a password 
> or dll or anyway of protection.
> I know that there is a way by converting it to DLL, i searched the net 
> over and over again but i did not find any thing.
> Please help
> Thanks in advance
> Waleed
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get support from AmiBroker please send an e-mail directly to 
> SUPPORT {at} amibroker.com
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
> 


Re: [amibroker] Protecting the code

2008-02-22 Thread Waleed Khalil
Thanks a million Tomasz
I hope you get the time to do us a password protection for the code.
Thanks again
cheers

Tomasz Janeczko (groups) wrote:
>
> Hello,
>
> The docs and examples on how to write plugin DLL can be found here:
> http://www.amibroker.com/devlog/2006/12/15/amibroker-development-kit-adk-for-cc-now-available-to-everyone/
>  
> <http://www.amibroker.com/devlog/2006/12/15/amibroker-development-kit-adk-for-cc-now-available-to-everyone/>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> - Original Message -
> From: "Waleed Khalil" <[EMAIL PROTECTED] 
> <mailto:waleedkhalil%40gawab.com>>
> To: mailto:amibroker%40yahoogroups.com>>
> Sent: Friday, February 22, 2008 8:20 AM
> Subject: [amibroker] Protecting the code
>
> > Dear All
> > Can any one tell me how am i suppose to protect my code with a password
> > or dll or anyway of protection.
> > I know that there is a way by converting it to DLL, i searched the net
> > over and over again but i did not find any thing.
> > Please help
> > Thanks in advance
> > Waleed
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/ <http://www.amibroker.com/devlog/>
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html 
> <http://www.amibroker.com/support.html>
> >
> > Yahoo! Groups Links
> >
> >
> >
>
>  



Re: [amibroker] Protecting the code

2008-02-22 Thread Ronald Davis
Hi Herman and others>>Will DLL, be easier FOR ME to learn than SQL, and PHP 
active web pages??

===

I have spent many hours developing some 100%AFL BASED code. 

My general coding abilty is limited to a HALF HOUR COLLEGE COURSE using PUNCH 
CARDS and FORTRAN

My AFL CODING ability was acquired by devoting a massive number of HOURS 
TESTING many different self created ALGORITHMS to smooth the past hundred DAYS 
OF EOD price data, via the builtin AMIBROKER OSCILLATOR indicators.

PERSONAL FRIENDS are dropping by in order to VIEW charts of their PORTFOLIOS. 

Later on, I want to ALLOW THE PUBLIC to view charts of any SYMBOL via a >FREE 
website similar to STOCKCHARTS.COM 

A website DEVELOPER told me that a WEBSITE like this can be CREATED, with SQL, 
PHP active pages. 

He told me that if this is done correctly, then no one could access to the 
actual AFL coding. 

I am assuming that it will take me a long time to learn how to CREATE AND HAVE 
EXCLUSIVE CONTROL of a FUTURE website. 

If I CORRECTLY understood the WEBSITE developer, then DLL protection would not 
be necessary if I HAVE EXCLUSIVE CONTROL of a FUTURE WEBSITE. 

==
  - Original Message - 
  From: Herman 
  To: Waleed Khalil 
  Cc: amibroker@yahoogroups.com 
  Sent: Friday, February 22, 2008 5:29 AM
  Subject: Re: [amibroker] Protecting the code


  I haven't heard anyone doing it. There is a DLL tutorial on the AmiBroker 
site.




  herman




  For tips on developing Real-Time Auto-Trading systems visit:

  http://www.amibroker.org/userkb/




  Friday, February 22, 2008, 6:21:48 AM, you wrote:




  > Thanks Herman , but can you send a link or tutorial to know how can i do

  > it as DLL ?

  > thanks in advance




  > Herman wrote:




  >> I don't think it can be done yet, excepts with a DLL.







  >> best regards,




  >> herman







  >> For tips on developing Real-Time Auto-Trading systems visit:




  >> http://www.amibroker.org/userkb/ <http://www.amibroker.org/userkb/>







  >> Friday, February 22, 2008, 2:20:47 AM, you wrote:







  >> > Dear All




  >> > Can any one tell me how am i suppose to protect my code with a password




  >> > or dll or anyway of protection.




  >> > I know that there is a way by converting it to DLL, i searched the net




  >> > over and over again but i did not find any thing.




  >> > Please help




  >> > Thanks in advance




  >> > Waleed






















   


  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully 
Featured 
  Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe 


   

Re: [amibroker] Protecting the code

2008-02-23 Thread Tomasz Janeczko (groups)
Yes, if you own the server and it is protected from hacking into it you are 
safe using SQL/PHP/AFL
or any other language that exposes the "source".

Best regards,
Tomasz Janeczko
amibroker.com
  - Original Message - 
  From: Ronald Davis 
  To: amibroker@yahoogroups.com 
  Sent: Friday, February 22, 2008 7:11 PM
  Subject: Re: [amibroker] Protecting the code


  Hi Herman and others>>Will DLL, be easier FOR ME to learn than SQL, and PHP 
active web pages??

  ===

  I have spent many hours developing some 100%AFL BASED code. 

  My general coding abilty is limited to a HALF HOUR COLLEGE COURSE using PUNCH 
CARDS and FORTRAN

  My AFL CODING ability was acquired by devoting a massive number of HOURS 
TESTING many different self created ALGORITHMS to smooth the past hundred DAYS 
OF EOD price data, via the builtin AMIBROKER OSCILLATOR indicators.

  PERSONAL FRIENDS are dropping by in order to VIEW charts of their PORTFOLIOS. 

  Later on, I want to ALLOW THE PUBLIC to view charts of any SYMBOL via a >FREE 
website similar to STOCKCHARTS.COM 

  A website DEVELOPER told me that a WEBSITE like this can be CREATED, with 
SQL, PHP active pages. 

  He told me that if this is done correctly, then no one could access to the 
actual AFL coding. 

  I am assuming that it will take me a long time to learn how to CREATE AND 
HAVE EXCLUSIVE CONTROL of a FUTURE website. 

  If I CORRECTLY understood the WEBSITE developer, then DLL protection would 
not be necessary if I HAVE EXCLUSIVE CONTROL of a FUTURE WEBSITE. 

  ==
- Original Message - 
From: Herman 
To: Waleed Khalil 
Cc: amibroker@yahoogroups.com 
Sent: Friday, February 22, 2008 5:29 AM
Subject: Re: [amibroker] Protecting the code


I haven't heard anyone doing it. There is a DLL tutorial on the AmiBroker 
site.




herman




For tips on developing Real-Time Auto-Trading systems visit:

http://www.amibroker.org/userkb/




Friday, February 22, 2008, 6:21:48 AM, you wrote:




> Thanks Herman , but can you send a link or tutorial to know how can i do

> it as DLL ?

> thanks in advance




> Herman wrote:




>> I don't think it can be done yet, excepts with a DLL.







>> best regards,




>> herman







>> For tips on developing Real-Time Auto-Trading systems visit:




>> http://www.amibroker.org/userkb/ <http://www.amibroker.org/userkb/>







>> Friday, February 22, 2008, 2:20:47 AM, you wrote:







>> > Dear All




>> > Can any one tell me how am i suppose to protect my code with a password




>> > or dll or anyway of protection.




>> > I know that there is a way by converting it to DLL, i searched the net




>> > over and over again but i did not find any thing.




>> > Please help




>> > Thanks in advance




>> > Waleed























   

Re: [amibroker] Protecting the code

2008-02-25 Thread Howard B
Hi Waleed --

At the risk of sounding commercial --

My book, "Quantitative Trading Systems" has an example of creating a dll
that goes through in several steps -- first the afl code as you might write
it if you were not planning to create a dll, then writing it using looping
as you will have to when you write the C++ code, then writing the C++ code,
then using the BloodShed C++ compiler to create a dll, finally how to make
the dll available to AmiBroker and call your new functions from an AmiBroker
afl module.

Thanks,
Howard
www.quantitativetradingsystems.com


On Fri, Feb 22, 2008 at 12:20 AM, Waleed Khalil <[EMAIL PROTECTED]>
wrote:

>   Dear All
> Can any one tell me how am i suppose to protect my code with a password
> or dll or anyway of protection.
> I know that there is a way by converting it to DLL, i searched the net
> over and over again but i did not find any thing.
> Please help
> Thanks in advance
> Waleed
>  
>


Re: [amibroker] protecting the code

2007-04-11 Thread Anthony Faragasso
create a DLL plugin. 
  - Original Message - 
  From: Waleed Khalil 
  To: amibroker@yahoogroups.com 
  Sent: Wednesday, April 11, 2007 7:27 AM
  Subject: [amibroker] protecting the code


  Hi all
  Can any one tell me please how to protect my code with a password or 
  something if i need to give to someone and i don't want him to change it ?
  thanks in advance
  Waleed


   

Re: [amibroker] protecting the code

2007-04-11 Thread Waleed Khalil
Thanks Anthony , can you please show me the way to do so, any reference 
or help file or message ?
thanks in advance
Waleed
Anthony Faragasso wrote:
>
> create a DLL plugin.
>
> - Original Message -
> *From:* Waleed Khalil <mailto:[EMAIL PROTECTED]>
> *To:* amibroker@yahoogroups.com <mailto:amibroker@yahoogroups.com>
> *Sent:* Wednesday, April 11, 2007 7:27 AM
>     *Subject:* [amibroker] protecting the code
>
> Hi all
> Can any one tell me please how to protect my code with a password or
> something if i need to give to someone and i don't want him to
> change it ?
> thanks in advance
> Waleed
>
>  



Re: [amibroker] protecting the code

2007-04-11 Thread cstrader
I thought that TJ had this on the to do list... TJ - is that happening?


  - Original Message - 
  From: Anthony Faragasso 
  To: amibroker@yahoogroups.com 
  Sent: Wednesday, April 11, 2007 8:14 AM
  Subject: Re: [amibroker] protecting the code


  create a DLL plugin. 
- Original Message - 
From: Waleed Khalil 
To: amibroker@yahoogroups.com 
Sent: Wednesday, April 11, 2007 7:27 AM
Subject: [amibroker] protecting the code


Hi all
Can any one tell me please how to protect my code with a password or 
something if i need to give to someone and i don't want him to change it ?
thanks in advance
Waleed


   

RE: [amibroker] protecting the code

2007-04-11 Thread Paul Ho
http://www.amibroker.com/devlog/2006/12/15/amibroker-development-kit-adk-for
-cc-now-available-to-everyone/


  _  

From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Waleed Khalil
Sent: Wednesday, 11 April 2007 10:27 PM
To: amibroker@yahoogroups.com
Subject: Re: [amibroker] protecting the code



Thanks Anthony , can you please show me the way to do so, any reference 
or help file or message ?
thanks in advance
Waleed
Anthony Faragasso wrote:
>
> create a DLL plugin.
>
> - Original Message -
> *From:* Waleed Khalil <mailto:waleedkhalil@
<mailto:waleedkhalil%40gawab.com> gawab.com>
> *To:* [EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com
<mailto:[EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com>
> *Sent:* Wednesday, April 11, 2007 7:27 AM
> *Subject:* [amibroker] protecting the code
>
> Hi all
> Can any one tell me please how to protect my code with a password or
> something if i need to give to someone and i don't want him to
> change it ?
> thanks in advance
> Waleed
>
> 



 



Re: [amibroker] protecting the code

2007-04-11 Thread Anthony Faragasso
there is a Developers kit that you can download from amibroker

Anthony
  - Original Message - 
  From: Waleed Khalil 
  To: amibroker@yahoogroups.com 
  Sent: Wednesday, April 11, 2007 8:27 AM
  Subject: Re: [amibroker] protecting the code


  Thanks Anthony , can you please show me the way to do so, any reference 
  or help file or message ?
  thanks in advance
  Waleed
  Anthony Faragasso wrote:
  >
  > create a DLL plugin.
  >
  > - Original Message -
  > *From:* Waleed Khalil <mailto:[EMAIL PROTECTED]>
  > *To:* amibroker@yahoogroups.com <mailto:amibroker@yahoogroups.com>
  > *Sent:* Wednesday, April 11, 2007 7:27 AM
  > *Subject:* [amibroker] protecting the code
  >
  > Hi all
  > Can any one tell me please how to protect my code with a password or
  > something if i need to give to someone and i don't want him to
  > change it ?
  > thanks in advance
  > Waleed
  >
  > 



   

Re: [amibroker] protecting the code

2007-04-11 Thread Tomasz Janeczko
Yes it is on the to-do list but coding has not yet started :-(

Best regards,
Tomasz Janeczko
amibroker.com
  - Original Message - 
  From: cstrader 
  To: amibroker@yahoogroups.com 
  Sent: Wednesday, April 11, 2007 2:34 PM
  Subject: Re: [amibroker] protecting the code


  I thought that TJ had this on the to do list... TJ - is that happening?


- Original Message - 
From: Anthony Faragasso 
To: amibroker@yahoogroups.com 
Sent: Wednesday, April 11, 2007 8:14 AM
Subject: Re: [amibroker] protecting the code


create a DLL plugin. 
  - Original Message - 
  From: Waleed Khalil 
  To: amibroker@yahoogroups.com 
  Sent: Wednesday, April 11, 2007 7:27 AM
  Subject: [amibroker] protecting the code


  Hi all
  Can any one tell me please how to protect my code with a password or 
  something if i need to give to someone and i don't want him to change it ?
  thanks in advance
  Waleed


   

Re: [amibroker] protecting the code

2007-04-12 Thread Howard B

Hi Waleed --

There is a detailed description and example of creating a DLL in my book.

The books have arrived from the printer and are available for immediate
shipment.

Thanks,
Howard
www.quantitativetradingsystems.com


On 11 Apr 2007 05:27:15 -0700, Waleed Khalil <[EMAIL PROTECTED]> wrote:


  Thanks Anthony , can you please show me the way to do so, any reference
or help file or message ?
thanks in advance
Waleed
Anthony Faragasso wrote:
>
> create a DLL plugin.
>
> - Original Message -
> *From:* Waleed Khalil <mailto:[EMAIL PROTECTED]
>
> *To:* [EMAIL PROTECTED]  >
> *Sent:* Wednesday, April 11, 2007 7:27 AM
> *Subject:* [amibroker] protecting the code
>
> Hi all
> Can any one tell me please how to protect my code with a password or
> something if i need to give to someone and i don't want him to
> change it ?
> thanks in advance
> Waleed
>
>