Trial indicator !!!!

FilipeRMR

Newbie
Jun 4, 2016
5
0
1
43
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

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:

Enivid

Administrator
Staff member
Nov 30, 2008
18,607
1,366
144
Odesa
www.earnforex.com
That looks like a decompiled indicator. It is against the rules to post them here. It is also against the rules to ask to remove copyright protection from the compiled indicators. I recommend you buying that indicator if you like it. Alternatively, you can search for a similar but free version if you cannot afford it.