remove duplicated line

This commit is contained in:
robcaulk 2023-01-04 13:58:25 +01:00
parent dc25668468
commit 3cbe51c3ca

View File

@ -645,7 +645,6 @@ class FreqaiDataDrawer:
+ 1
)
except IndexError:
index = -1
if history_data[pair][tf].iloc[-1]['date'] < df_dp['date'].iloc[0]:
index = 0
else: