Aljohin
Aljohin
Friends

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

Aljohin
Registered at MQL5.community
Aljohin
Added topic simple question
Greetings to all of you. I have created a code (modifying other codes) for closing market orders. int l_pos_44 = 0; if (CheckFirstOP(OP_BUY) > 1) { for (l_pos_44 = 0; l_pos_44 < OrdersTotal(); l_pos_44++) { OrderSelect(l_pos_44, SELECT_BY_POS