Update persistence to use timeframe

This commit is contained in:
Matthias
2020-06-02 10:02:24 +02:00
parent 09fe3c6f5e
commit af0f29e6b7
4 changed files with 18 additions and 12 deletions

View File

@@ -547,7 +547,7 @@ class FreqtradeBot:
exchange=self.exchange.id,
open_order_id=order_id,
strategy=self.strategy.get_strategy_name(),
ticker_interval=timeframe_to_minutes(self.config['timeframe'])
timeframe=timeframe_to_minutes(self.config['timeframe'])
)
# Update fees if order is closed