added bot_start call to plot/plotting

This commit is contained in:
Sam Germain 2022-04-25 17:30:49 -06:00
parent 4fd904e0a9
commit e09b4498fa
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ def load_and_plot_trades(config: Dict[str, Any]):
exchange = ExchangeResolver.load_exchange(config['exchange']['name'], config)
IStrategy.dp = DataProvider(config, exchange)
strategy.bot_start()
plot_elements = init_plotscript(config, list(exchange.markets), strategy.startup_candle_count)
timerange = plot_elements['timerange']
trades = plot_elements['trades']