Update status to match UI
This commit is contained in:
@@ -131,7 +131,7 @@ public class AgentGrain : Grain, IAgentGrain, IRemindable
|
||||
Losses = totalLosses,
|
||||
TotalROI = totalROI,
|
||||
Runtime = runtime,
|
||||
ActiveStrategiesCount = bots.Count(b => b.Status == BotStatus.Up),
|
||||
ActiveStrategiesCount = bots.Count(b => b.Status == BotStatus.Running),
|
||||
TotalVolume = totalVolume,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user