mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
remove stoploss_order_id from LocalTrade class
This commit is contained in:
parent
df8f1b9328
commit
2bb68ca53d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user