Alert! Order Cancel Failed: 129 ??

 

Hi, I don't know what is wrong. I can't close the order.

There is last ERROR nr 129.

Can you help me?

   for(pos = OrdersTotal()-1; pos >= 0 ; pos--) if (
                    OrderSelect(pos, SELECT_BY_POS)                 
                    &&  OrderMagicNumber()  == 4                   
                    &&  OrderSymbol()       == Symbol() ){
                    if (!OrderClose(OrderTicket(),0.1,OrderOpenPrice()-6*point,4,CLR_NONE))  
                    Alert("OrderClose BSELL Command(",OrderTicket(),") failed: ", GetLastError()); 
                    }
                    }
 


Thanks but there is still a problem.

 

Simply be sure in this line now.

 
BorysekPL:


Thanks but there is still a problem.

No mind readers here.
Reason: