Add net Pnl in db
This commit is contained in:
@@ -694,6 +694,7 @@ public static class PostgreSqlMappers
|
||||
TradeWins = entity.TradeWins,
|
||||
TradeLosses = entity.TradeLosses,
|
||||
Pnl = entity.Pnl,
|
||||
NetPnL = entity.NetPnL,
|
||||
Roi = entity.Roi,
|
||||
Volume = entity.Volume,
|
||||
Fees = entity.Fees,
|
||||
@@ -720,6 +721,7 @@ public static class PostgreSqlMappers
|
||||
TradeWins = bot.TradeWins,
|
||||
TradeLosses = bot.TradeLosses,
|
||||
Pnl = bot.Pnl,
|
||||
NetPnL = bot.NetPnL,
|
||||
Roi = bot.Roi,
|
||||
Volume = bot.Volume,
|
||||
Fees = bot.Fees,
|
||||
|
||||
Reference in New Issue
Block a user