Fix Runtime
This commit is contained in:
@@ -359,6 +359,9 @@ namespace Managing.Application.ManageBot
|
||||
|| existingBot.LongPositionCount != bot.LongPositionCount
|
||||
|| existingBot.ShortPositionCount != bot.ShortPositionCount
|
||||
|| !string.Equals(existingBot.Name, bot.Name, StringComparison.Ordinal)
|
||||
|| existingBot.AccumulatedRunTimeSeconds != bot.AccumulatedRunTimeSeconds
|
||||
|| existingBot.LastStartTime != bot.LastStartTime
|
||||
|| existingBot.LastStopTime != bot.LastStopTime
|
||||
|| existingBot.Ticker != bot.Ticker)
|
||||
{
|
||||
_tradingBotLogger.LogInformation("Update bot statistics for bot {BotId}",
|
||||
|
||||
Reference in New Issue
Block a user