remove stoploss_order_id from LocalTrade class

This commit is contained in:
Axel-CH 2023-10-06 16:08:40 -04:00
parent df8f1b9328
commit 2bb68ca53d

View File

@ -366,8 +366,6 @@ class LocalTrade:
# percentage value of the initial stop loss
initial_stop_loss_pct: Optional[float] = None
is_stop_loss_trailing: bool = False
# stoploss order id which is on exchange
stoploss_order_id: Optional[str] = None
# last update time of the stoploss order on exchange
stoploss_last_update: Optional[datetime] = None
# absolute value of the highest reached price