vincent villasante
Member
- Credits
- 0
i have a good EA. Iwant to protect it by having expiration anybody can help me?
Hi are you okay to send your mq4 through PM? I can try to add the expiration for you.i have a good EA. Iwant to protect it by having expiration anybody can help me?
i have a good EA. Iwant to protect it by having expiration anybody can help me?
Hello send me through PM , I will add expiry code and will assist you with images where you can change values to update expiry .i have a good EA. Iwant to protect it by having expiration anybody can help me?
where should i put this?//Below Parameters, put this code
int gi_144 = xxxxx; // Your Account number here
string gs_148 = "2017.10.10 23:59"; //Expire Date here
bool gi_156 = TRUE;
bool gi_160 = TRUE;
extern string Password = "xxxxxxxxxxx"; // Your Password (in the input parameters)
//Below int start, put this code
int start() {
int l_str2time_0;
bool l_bool_4;
int l_acc_number_8;
if (gi_156) {
l_str2time_0 = StrToTime(gs_148);
if (TimeCurrent() >= l_str2time_0) {
Alert("This EA has been expired! Please, Contact to__your [email protected]");
return (0);
}
}
if (gi_160) {
l_bool_4 = (!IsDemo() && !IsTesting());
if (!l_bool_4) {
l_acc_number_8 = AccountNumber();
if (l_acc_number_8 != gi_144) {
Alert("Only Account Number " + gi_144 + " can use this EA ! Please, Contact to__your [email protected]");
return (0);
}
}
}
if (Password != "Your Password") // Write your password here
{
Alert ("Wrong Password!");
return (0);
}
yes bro can you hHello send me through PM , I will add expiry code and will assist you with images where you can change values to update expiry .
For example,where should i put this?
OK. I will send back to you and free always.i don get you... can i send the file and teach me how to change expiration/?
thank you broFor example,
//+------------------------------------------------------------------+
//| EA Findexs 04.mq4 |
//| Copyright © 2016, [email protected] |
//| https://www.xxxxxx.com |
//+------------------------------------------------------------------+
[HASHTAG]#property[/HASHTAG] copyright "Copyright © 2016, [email protected]"
[HASHTAG]#property[/HASHTAG] link "https://www.xxxxxx.com"
[HASHTAG]#property[/HASHTAG] version "1.00"
Put that's parameter codes in this side
int start() {
And put other codes in this side
thank you very much broOK. I will send back to you and free always.
send me your EA i will do it for you!can Anyone help me out with the same i am trying out to put expiry date in the Ea but getting some errors please tell me how to do it
Hi I have a profitable bit but it's expired can u help by removing the expiryHello send me through PM , I will add expiry code and will assist you with images where you can change values to update expiry .