remove last ticker_interval compatibility shim

This commit is contained in:
Matthias
2022-03-20 09:30:54 +01:00
parent 0f76b23733
commit aceaa3faec
3 changed files with 1 additions and 14 deletions

View File

@@ -31,9 +31,7 @@ class TestStrategyLegacyV1(IStrategy):
# This attribute will be overridden if the config file contains "stoploss"
stoploss = -0.10
# Optimal timeframe for the strategy
# Keep the legacy value here to test compatibility
ticker_interval = '5m'
timeframe = '5m'
def populate_indicators(self, dataframe: DataFrame) -> DataFrame:
"""