I cant get either of these MQL4 program protections to work Please help!!!!Back to topics list |
|
Dallas
2010.02.28 23:35
Greetings, I've tried using both of the MQL4 program protections from the metatrader development course and neither one works in my indicators. One is for account protection and the other is for trials. I'm thinking maybe recent updates may have changed something since 2005. If someone could make the necessary corrections to these it would greatly be appreciated. Thanks Carl Limited account number protection:In this method of protection you will ask the user to give you his account number and you write the following code to prevent the program to work with another accounts: int start() Trial period protection:If you want to give the user of the program a try-before-buy program you can limit the usage of your program by limited period of time and after this period the program will not work. int start() Thanks Carl |
