janwan
janwan
Amigos

Si añade a sus amigos a través de sus perfiles o la búsqueda, podrá comunicarse y monitorear fácilmente su presencia en el sitio web.

janwan
janwan
Hi,
can anyone tell me what the pictured text in my new EA means? It seems to me a strange EA rule! Special EventKillTimer?

//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
//--- create timer
EventSetTimer(60);

//---
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
//--- destroy timer
EventKillTimer();

}
Mohammed Abdulwadud Soubra
Mohammed Abdulwadud Soubra 2017.02.14
what is wrong in the code above?
it has nothing even..
janwan
Se ha registrado en MQL5.community