Revert small change - otherwise the data is never updated.
This commit is contained in:
@@ -661,7 +661,7 @@ class FreqaiDataDrawer:
|
|||||||
f"ends at {df_dp['date'].iloc[0]}."
|
f"ends at {df_dp['date'].iloc[0]}."
|
||||||
)
|
)
|
||||||
|
|
||||||
hist_df = pd.concat(
|
history_data[pair][tf] = pd.concat(
|
||||||
[
|
[
|
||||||
hist_df,
|
hist_df,
|
||||||
df_dp.iloc[index:],
|
df_dp.iloc[index:],
|
||||||
|
Reference in New Issue
Block a user