use the CLI arguments as the ticker interval
This commit is contained in:
parent
f7def09dec
commit
18f01113c2
@ -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)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user