Add test for deprecation updating

This commit is contained in:
Matthias
2020-06-02 10:11:50 +02:00
parent 33b7046260
commit 8e1a664a48
3 changed files with 15 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class TestStrategyLegacy(IStrategy):
stoploss = -0.10
# Optimal ticker interval for the strategy
# Keep the legacy value here to test compatibility
ticker_interval = '5m'
def populate_indicators(self, dataframe: DataFrame) -> DataFrame: