pending orders

 
is it possible to get pending order details and save them into the variable ? like the price of pending order , the tp and sl and volume of the pending order ?
 
Yes
 
sanders:
is it possible to get pending order details and save them into the variable ? like the price of pending order , the tp and sl and volume of the pending order ?
Use OrdersTotal and OrdersGetTicket functions to iterate through all orders and check the type of orders.
Reason: