mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: Add small todo
This commit is contained in:
parent
79e6034656
commit
d3ffdbf300
|
@ -191,6 +191,7 @@ def populate_dataframe_with_trades(
|
|||
logger.debug(f"trades.groups_keys in {time.time() - start_time} seconds")
|
||||
|
||||
# Merge the complex data Series back into the DataFrame
|
||||
# TODO: maybe candle_start and candle_end should be dropped before assignment?
|
||||
dataframe["trades"] = trades_series
|
||||
dataframe["orderflow"] = orderflow_series
|
||||
dataframe["imbalances"] = imbalances_series
|
||||
|
|
Loading…
Reference in New Issue
Block a user