Hello everybody, i need HELP.
I found an indicator but when i try to use it it gives a message saying " Trial version has expired!"
If i open it with metaeditor i can see the next code
I try to change the date more later but still not working!!! Can anyone help how to put this indicator working????? Thanks for your help
I found an indicator but when i try to use it it gives a message saying " Trial version has expired!"
If i open it with metaeditor i can see the next code
MQL4:
string ls_0 = "2015.11.01"; int l_str2time_8 = StrToTime(ls_0); if (TimeCurrent() <= l_str2time_8) { Alert(" Trial version has expired!"); return (0);
I try to change the date more later but still not working!!! Can anyone help how to put this indicator working????? Thanks for your help
Last edited by a moderator: