Forgot one args.ticker_interval
This commit is contained in:
parent
cac2f2b58b
commit
d313eb812d
@ -229,5 +229,5 @@ def start(args):
|
||||
})
|
||||
logger.info(
|
||||
'\n==================================== BACKTESTING REPORT ====================================\n%s', # noqa
|
||||
generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
|
||||
generate_text_table(data, results, config['stake_currency'], strategy.ticker_interval)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user