Quote:
|
Originally Posted by nostrade
Thanks alot guys
Where should I add this code on the metaeditor?
|
After :
int start()
{
string expire_date = "2007.6.30";
datetime e_d = StrToTime(expire_date);
if ((TimeCurrent()) >= e_d)
{
Alert ("Your License Has Been Expired!!");
return(0);
}
......
you try to sell your indicator and you have basic problem with programming???