ivant
ivant
Friends

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

ivant
Registered at MQL5.community
ivant
Added topic UPDATE MARKET POSITION INSTANTLY
Hello, I am trying to get current market position(nr. of lots and direction) like this : int OpenPosQTY() { int cnt = 0; int lots = 0; for (int ic = OrdersTotal() - 1; ic >= 0; ic--) { OrderSelect(ic, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol()