Add net Pnl in db
This commit is contained in:
@@ -69,6 +69,7 @@ public class PostgreSqlBotRepository : IBotRepository
|
||||
existingEntity.TradeWins = bot.TradeWins;
|
||||
existingEntity.TradeLosses = bot.TradeLosses;
|
||||
existingEntity.Pnl = bot.Pnl;
|
||||
existingEntity.NetPnL = bot.NetPnL;
|
||||
existingEntity.Roi = bot.Roi;
|
||||
existingEntity.Volume = bot.Volume;
|
||||
existingEntity.Fees = bot.Fees;
|
||||
|
||||
Reference in New Issue
Block a user