shorten table title to match table length
This commit is contained in:
parent
ae52880f81
commit
82e9ed2ac2
@ -175,6 +175,6 @@ def start(args):
|
|||||||
config['stake_amount'], preprocess(data), max_open_trades, args.realistic_simulation
|
config['stake_amount'], preprocess(data), max_open_trades, args.realistic_simulation
|
||||||
)
|
)
|
||||||
logger.info(
|
logger.info(
|
||||||
'\n====================== BACKTESTING REPORT ======================================\n%s',
|
'\n====================== BACKTESTING REPORT ================================\n%s',
|
||||||
generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
|
generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user