It does not pickup any PnL in Market Replay nor real time feed. My cs is making trades and this code just prints 0 for TradesCumProfit
TradesCumProfit =
Performance.AllTrades.TradesPerformance.Currency.C umProfit
+ Position.GetProfitLoss(Close[0], PerformanceUnit.Currency);
Print ( TradesCumProfit = "+TradesCumProfit );

Comment