removed plotting todo
This commit is contained in:
parent
de557f1386
commit
e7d71d01c0
@ -431,7 +431,6 @@ def generate_candlestick_graph(pair: str, data: pd.DataFrame, trades: pd.DataFra
|
|||||||
)
|
)
|
||||||
fig.add_trace(candles, 1, 1)
|
fig.add_trace(candles, 1, 1)
|
||||||
|
|
||||||
# TODO-lev: Needs short equivalent
|
|
||||||
if 'enter_long' in data.columns:
|
if 'enter_long' in data.columns:
|
||||||
df_buy = data[data['enter_long'] == 1]
|
df_buy = data[data['enter_long'] == 1]
|
||||||
if len(df_buy) > 0:
|
if len(df_buy) > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user