Update strategies agent return

This commit is contained in:
2025-08-06 19:47:13 +07:00
parent a0bd2e2100
commit b1c1c8725d
3 changed files with 6 additions and 5 deletions

View File

@@ -463,7 +463,7 @@ public class DataController : ControllerBase
VolumeLast24H = volumeLast24h,
Wins = wins,
Losses = losses,
Positions = new Dictionary<Guid, Position>(),
Positions = new List<Position>(),
Identifier = strategy.Identifier,
WalletBalances = new Dictionary<DateTime, decimal>(),
};