Is it possible to find the lot size of a open order?

 

I have an EA which opens 2 orders of differing lot size.

Occasionally, 1 lot will not open, or I will close one lot manually, etc.

I'd like to be able to display the open order status on the chart, rather than searching through the terminal to find the pair, etc - can this be done automatically?

 
Steigo:

I have an EA which opens 2 orders of differing lot size.

Occasionally, 1 lot will not open, or I will close one lot manually, etc.

I'd like to be able to display the open order status on the chart, rather than searching through the terminal to find the pair, etc - can this be done automatically?

OrderSelect() the order, then you can use OrderLots() to get the size.
 

I'm embarrassed by my stupidity

Reason: