Taric
Taric
Friends

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

Taric
Added topic How to keep consistency of trade functions
// Current order  // [#1] [#2] [#4]    for (int pos = 0; pos < OrdersTotal(); ++pos) {  // when pos is 0, [#1] is selected. if (OrderSelect(pos, SELECT_BY_POS) == false) { } // (1) long long process... (More than 10 sec) 
Taric
Registered at MQL5.community
Taric
Added topic How to keep consistency of trade functions
// Current order  // [#1] [#2] [#4]    for (int pos = 0; pos < OrdersTotal(); ++pos) {  // when pos is 0, [#1] is selected. if (OrderSelect(pos, SELECT_BY_POS) == false) { } // (1) long long process... (More than 10 sec)