Is there a way to mark/tag certain trades to be excluded from the P/L calculations? 
I would like to place certain trades for my strategy to keep track of certain entries, exits and the profits they generate. I want to treat them as if there were real trades and leverage all of WL's position management features.
However, i dont want these trades to be included in the final P/L calculations. Their performance is only relevant to my algorithm internally.
    
    
    
    I would like to place certain trades for my strategy to keep track of certain entries, exits and the profits they generate. I want to treat them as if there were real trades and leverage all of WL's position management features.
However, i dont want these trades to be included in the final P/L calculations. Their performance is only relevant to my algorithm internally.
        Rename
    
        Out of the box, there's only one level of hypothetical.  If you allow the trade then it's included.
Is there a way? There's always "a way". Tag the trades you want to exclude (there's a Position.Tag property), and calculate your own metrics by ignoring the tagged Positions.
    
Is there a way? There's always "a way". Tag the trades you want to exclude (there's a Position.Tag property), and calculate your own metrics by ignoring the tagged Positions.
            Your Response
            
            Post
        
        
        
    
            Edit Post
            
        
        
        
    
            Login is required