Is the order of the 
    
    
    
    CODE:list guaranteed to be the order of how positions were opened? In other words, is
OpenPositions
CODE:guaranteed to be the most recent position opened?
OpenPosititions.Last
        Rename
    
        I believe that open positions get added to the OpenPosititions list in the order of processing entry orders.
    
    
        How about just using LastOpenPosition?
Or LastPosition if you don't care if it's still open or closed.
    
Or LastPosition if you don't care if it's still open or closed.
        LastOpenPosition is great, thanks, but I need the correct order of all open positions.
    
    
        They should be in the order that they were added.
    
    
            Your Response
            
            Post
        
        
        
    
            Edit Post
            
        
        
        
    
            Login is required