OrderSelect cant work with SELECT_BY_POS in MT5?

 
according to the help file,OrderSelect function seems only can select an order by ticket?
 
You can use OrderGetTicket() to get order's ticket by its index position. Not only it will get you an order's ticket but it will also select the order.
 
Thank you!
 
OrderGetTicket(), well~