- ago
Is the order of the
CODE:
OpenPositions
list guaranteed to be the order of how positions were opened? In other words, is
CODE:
OpenPosititions.Last
guaranteed to be the most recent position opened?
0
357
Solved
5 Replies

Reply

Bookmark

Sort
- ago
#1
I believe that open positions get added to the OpenPosititions list in the order of processing entry orders.
0
Cone8
 ( 24.56% )
- ago
#2
How about just using LastOpenPosition?
Or LastPosition if you don't care if it's still open or closed.
0
- ago
#3
LastOpenPosition is great, thanks, but I need the correct order of all open positions.
0
Glitch8
 ( 7.81% )
- ago
#4
They should be in the order that they were added.
1
Best Answer

Reply

Bookmark

Sort