Shorten debug log

This commit is contained in:
Matthias 2021-02-16 07:56:35 +01:00
parent 72f21fc5ec
commit 74fc4bdab5

View File

@ -382,7 +382,7 @@ class Backtesting:
# Prevents buying if the trade-slot was freed in this candle
open_trade_count_start += 1
open_trade_count += 1
# logger.debug(f"{pair} - Backtesting emulates creation of new trade: {trade}.")
# logger.debug(f"{pair} - Emulate creation of new trade: {trade}.")
open_trades[pair].append(trade)
Trade.trades.append(trade)