Magsailor
Magsailor
Friends

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

Magsailor
Registered at MQL5.community
Magsailor
Added topic Does MQL4 support any form of asynchronous notification?
Hello, Is there any way of placing orders asynchronously in MQL4? (that is, at any time other than a new tick notification in start() function) What I'm trying to do is to place a buy stop and/or sell stop orders within 2 pips of the price just
Magsailor
Added topic Pending orders execution process on trade server
Hello, Does anyone know the exact sequence of order execution from the time it’s placed by the trader (via OrderSend()) to the time it gets executed on the trade server? My current understanding is that once any order (pending or market) is placed by
Magsailor
Added topic OrderSelect() fails
Hello, The following code always fails on OrderSelect() and the return error code is 0   if (OrderDelete(TicketNum, CLR_NONE ) == TRUE) {     ...      if ( OrderSelect (TicketNum, SELECT_BY_TICKET) !=