mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 04:41:15 +00:00
Resolve various issues and comments
This commit is contained in:
@@ -2257,7 +2257,6 @@ class Exchange:
|
||||
candle_type,
|
||||
all_stored_ticks_list,
|
||||
cache,
|
||||
drop_incomplete=False,
|
||||
first_required_candle_date=first_candle_ms)
|
||||
results_df[(pair, timeframe, candle_type)] = trades_df
|
||||
data_handler.trades_store(f"{pair}-cached", trades_df[DEFAULT_TRADES_COLUMNS])
|
||||
|
||||
Reference in New Issue
Block a user