Fix fetch and restart bot
This commit is contained in:
@@ -402,7 +402,7 @@ public class PostgreSqlTradingRepository : ITradingRepository
|
||||
entity.ProfitAndLoss = position.ProfitAndLoss?.Realized ?? 0;
|
||||
entity.NetPnL = position.ProfitAndLoss?.Net ?? 0;
|
||||
entity.UiFees = position.UiFees;
|
||||
entity.OriginDirection = position.OriginDirection;
|
||||
// entity.OriginDirection = position.OriginDirection;
|
||||
entity.GasFees = position.GasFees;
|
||||
entity.Status = position.Status;
|
||||
entity.MoneyManagementJson = position.MoneyManagement != null
|
||||
|
||||
Reference in New Issue
Block a user