Update comments on backtesting

This commit is contained in:
Tejesh 2020-01-15 19:29:00 +05:30
parent f7f56f5eda
commit f73f0b1653
1 changed files with 1 additions and 1 deletions

View File

@ -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)