janwan
janwan
Arkadaşlar

Profillerinden veya arama yoluyla arkadaş ekleyerek, onlarla kolayca iletişim kurabilir ve sitede çevrimiçi olup olmadıklarını takip edebilirsiniz

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
MQL5.community'e kayıt oldu