mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
remove duplicated line
This commit is contained in:
parent
dc25668468
commit
3cbe51c3ca
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user