I'm trying to access realized PnL (myAccount.Get(AccountItem.RealizedProfitLoss) and unrealized PnL (myAccount.Get(AccountItem.UnrealizedProfitLoss) with Indicator NinjaScript to print it on the chart. At this point everything is working perfectly on sim accounts, it shows correct values
But with live (real) account I have a problem. It doesn't see the values (Shows 0). (In control center everything is showing)
Is there a solution?

Comment