Rename additional_pairs to informative_pairs

This commit is contained in:
Matthias
2019-01-26 19:22:45 +01:00
parent bfd8609352
commit ba07348b82
5 changed files with 9 additions and 9 deletions

View File

@@ -175,7 +175,7 @@ class FreqtradeBot(object):
for pair in self.active_pair_whitelist]
# Refreshing candles
self.dataprovider.refresh(pair_whitelist_tuple,
self.strategy.additional_pairs())
self.strategy.informative_pairs())
# First process current opened trades
for trade in trades: