diff --git a/icli/cli.py b/icli/cli.py index 6a4e46c..ab31335 100644 --- a/icli/cli.py +++ b/icli/cli.py @@ -1802,7 +1802,7 @@ def updateSummary(self, v): # Also combine realized+unrealized to show the current daily total PnL percentage because # maybe we have 12% realized profit but -12% unrealized and we're actually flat... - update["DayPnL%"] = ( + update["TotalPnL%"] = ( update["RealizedPnL%"] + update["UnrealizedPnL%"] ) case _: