diff --git a/freqtrade/optimize/backtesting.py b/freqtrade/optimize/backtesting.py index 18cc27ff4..1070f2481 100644 --- a/freqtrade/optimize/backtesting.py +++ b/freqtrade/optimize/backtesting.py @@ -296,7 +296,7 @@ class Backtesting: """ # Arguments are long and noisy, so this is commented out. # Uncomment if you need to debug the backtest() method. -# logger.debug(f"Start backtest, args: {args}") + # logger.debug(f"Start backtest, args: {args}") processed = args['processed'] stake_amount = args['stake_amount'] max_open_trades = args.get('max_open_trades', 0)