janwan
janwan
Amici

Aggiungi amici tramite il loro profilo o la ricerca utente e sarai in grado di vedere se sono 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
Registrato sulla MQL5.community