janwan
janwan
Amigos

Adicione amigos através do seu perfil ou da pesquisa de usuário e você poderá ver se eles estão online

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
Registrado no site MQL5.community