Fix backtests
This commit is contained in:
@@ -2025,7 +2025,7 @@ public class TradingBotBase : ITradingBot
|
||||
|
||||
Signals.Add(signal.Identifier, signal);
|
||||
|
||||
Logger.LogDebug(signalText);
|
||||
await LogInformation(signalText);
|
||||
|
||||
if (Config.IsForWatchingOnly && !Config.IsForBacktest && ExecutionCount > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user