[SQUASH] Get rid of _initialize() and fix informatives for dynamic pairlists.
This commit is contained in:
@@ -87,8 +87,6 @@ class FreqtradeBot(LoggingMixin):
|
||||
self.strategy.dp = self.dataprovider
|
||||
# Attach Wallets to strategy instance
|
||||
self.strategy.wallets = self.wallets
|
||||
# Late initialization (may depend on dp/wallets)
|
||||
self.strategy._initialize()
|
||||
|
||||
# Initializing Edge only if enabled
|
||||
self.edge = Edge(self.config, self.exchange, self.strategy) if \
|
||||
|
Reference in New Issue
Block a user