Retrieving trades in order

 

So I'm looking for a way to download my daily trades in pairs - Enter trade; Exit trade.  I only have 1 Entry and one Exit per trade.

Looping through the deals works unless the entry and exit times are crossing. When they are, it's problematic.  

I know there must be a relatively easy solution, but what is it?

Thanks in advance.

 
futures_track:

So I'm looking for a way to download my daily trades in pairs - Enter trade; Exit trade.  I only have 1 Entry and one Exit per trade.

Looping through the deals works unless the entry and exit times are crossing. When they are, it's problematic.  

I know there must be a relatively easy solution, but what is it?

Thanks in advance.


have you tried excel?
 
Bheka Mchunu:

have you tried excel?


Hi Bheka.   Well the final destination of the trades is an Excel spreadsheet.  And manhandling the trades externally could of course be done.  But I'm thinking there is an internal solution. The journal file prints a notification of the profit/loss when my trades close, so somehow the trades are being properly matched by mql5. I just can't figure out how to access that.

Reason: