janwan
janwan
Friends

Add friends via their profile or user search and you will be able to see if they are 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
Registered at MQL5.community