use the CLI arguments as the ticker interval

This commit is contained in:
toto 2017-12-09 11:51:53 +01:00
parent f7def09dec
commit 18f01113c2

View File

@ -162,5 +162,5 @@ def start(args):
) )
logger.info( logger.info(
'\n====================== BACKTESTING REPORT ======================================\n%s', '\n====================== BACKTESTING REPORT ======================================\n%s',
generate_text_table(data, results, config['stake_currency'], ticker_interval) generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
) )