mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #6778 from markdregan/patch-1
Add bot_loop_start() call in plotting.py
This commit is contained in:
commit
b73f770955
|
@ -634,6 +634,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()
|
||||
strategy.bot_loop_start()
|
||||
plot_elements = init_plotscript(config, list(exchange.markets), strategy.startup_candle_count)
|
||||
timerange = plot_elements['timerange']
|
||||
trades = plot_elements['trades']
|
||||
|
|
Loading…
Reference in New Issue
Block a user