Originally Posted by inzider
ShowInfo - is not referenced ..... but i got the code at the end:
void ShowInfo()
{
Comment("...::: Inzider EA FULL :::...\n",
"Copyright © 2008 Inzider\n",
"Currency Pair: ", Symbol(),"\n",
"Price: ",NormalizeDouble(Bid,4),"\n",
"Date: ",Month(),"-",Day(),"-",Year()," Server Time: ",Hour(),":",Minute(),":",Seconds(),"\n",
"Minimum Lot Size: ",MarketInfo(Symbol(),MODE_MINLOT));
return(0);
}
So i don't understand why i get these error.
|