Resolve various issues and comments

This commit is contained in:
Joe Schr
2024-02-12 13:09:28 +01:00
parent 6e7a536c7a
commit d7b88194e0
2 changed files with 59 additions and 50 deletions

View File

@@ -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])