mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
user_data: change ticker_interval to new format
This commit is contained in:
parent
306885e174
commit
a5c1547251
|
@ -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:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user