Ensure bot_start is called when visualizing results

This commit is contained in:
Matthias
2023-04-10 14:47:59 +02:00
parent 485a074674
commit f73d2a5371
2 changed files with 4 additions and 2 deletions

View File

@@ -1193,6 +1193,7 @@ class RPC:
from freqtrade.resolvers.strategy_resolver import StrategyResolver
strategy = StrategyResolver.load_strategy(config)
strategy.dp = DataProvider(config, exchange=exchange, pairlists=None)
strategy.ft_bot_start()
df_analyzed = strategy.analyze_ticker(_data[pair], {'pair': pair})