user_data: change ticker_interval to new format

This commit is contained in:
gcarq 2018-05-02 22:56:29 +02:00
parent 306885e174
commit a5c1547251
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class TestStrategy(IStrategy):
stoploss = -0.10
# Optimal ticker interval for the strategy
ticker_interval = 5
ticker_interval = '5m'
def populate_indicators(self, dataframe: DataFrame) -> DataFrame:
"""