Say I'm running three strategies. Each strategy makes one losing trade.
Within one of those strategies, I then print out the value of LosingTrades.Count
Is the value of SystemPerformance.RealTimeTrades.LosingTrades.Coun t 1 or 3?
Is the value of SystemPerformance.AllTrades.LosingTrades.Count 1 or 3?
Thanks,

Comment