Forum

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 ); // CTrade trade } } Hello my EA is Multicurrency trdaing. I have

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 magic number I specified for pending order. I think

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

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