Add compatibility code for existing informative_pairs implementation

This commit is contained in:
Matthias
2021-11-28 15:43:04 +01:00
parent 0d6c933935
commit c20157e64f
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ class InformativeDecoratorTest(IStrategy):
startup_candle_count: int = 20
def informative_pairs(self):
return [('NEO/USDT', '5m', '')]
# Intentionally return 2 tuples, must be converted to 3 in compatibility code
return [('NEO/USDT', '5m')]
def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
dataframe['buy'] = 0