help please - page 2

 
Sergey Golubev:

Okay thanks, Now i must not upload funds and start trading? i must find a broker first before i do trading with MQL5?

 
yes you need to give money for subscription of signals
 
ntobekolunga Mgidi:

Okay thanks, Now i must not upload funds and start trading? i must find a broker first before i do trading with MQL5?

You may want to upload funds to your mql5 account if you want to subscribe to the signal, to buy Market product or to order something in Freelance.
If you want to trade on real account so you should find the broker and open account with them (you can open demo account with them using same metatrader instance which you already installed, and/or you can open real account with them and upload the fund).
 
Dont forget the VPS cost also
 

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();

      

  } 

 


Reason: