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

@@ -67,9 +67,9 @@ class TestStrategy(IStrategy):
'sell': 'gtc'
}
def additional_pairs(self):
def informative_pairs(self):
"""
Define additional pair/interval combinations to be cached from the exchange.
Define additional, informative pair/interval combinations to be cached from the exchange.
These pair/interval combinations are non-tradeable, unless they are part
of the whitelist as well.
For more information, please consult the documentation