hadi_hahsemi
hadi_hahsemi
Friends

Add friends via their profile or user search and you will be able to see if they are online

hadi_hahsemi
Added topic poroblem with close positions in multicurrency EA
void closeall( ulong magic) { int total = PositionsTotal (); for   ( int i= 0 ; i < total ;i++ ) { ulong ticket = PositionGetTicket (i); Print ( "symbol =" , PositionGetString ( POSITION_SYMBOL ) ); trade.PositionClose(ticket,- 1 ); //
hadi_hahsemi
Added topic problem with magic number
I recently migrate from mql4 to mql5 .when I put a pending order with a magic number , I can modify or delete the same order by the magic number. But my problem is when the pending order opened . After it opened i couldn't access to position by the
hadi_hahsemi
Added topic mt4 closed after optimization start
Hello In some EA s my mt4 stoped and closed when I start to optimization of EA . I hadent  this problem till I changed laptop windows8 to window10 . What is the problem
hadi_hahsemi
Added topic PC system requirements for run several Experts
Hi How much is PC system requirements such as CPU or RAM for running 100 EA in 100 charts in one platform in metatrader. My experts are not so heavy and each have about 4 indicators for 10 bars
hadi_hahsemi
Registered at MQL5.community