mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Update comments on backtesting
This commit is contained in:
parent
f7f56f5eda
commit
f73f0b1653
|
@ -296,7 +296,7 @@ class Backtesting:
|
||||||
"""
|
"""
|
||||||
# Arguments are long and noisy, so this is commented out.
|
# Arguments are long and noisy, so this is commented out.
|
||||||
# Uncomment if you need to debug the backtest() method.
|
# 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']
|
processed = args['processed']
|
||||||
stake_amount = args['stake_amount']
|
stake_amount = args['stake_amount']
|
||||||
max_open_trades = args.get('max_open_trades', 0)
|
max_open_trades = args.get('max_open_trades', 0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user