mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
don't use trade.update directly!
This commit is contained in:
parent
59bafc8d02
commit
db8fb39a38
|
@ -1032,7 +1032,7 @@ class FreqtradeBot:
|
|||
trade.sell_reason = sell_reason.value
|
||||
# In case of market sell orders the order can be closed immediately
|
||||
if order.get('status', 'unknown') == 'closed':
|
||||
trade.update(order)
|
||||
self.update_trade_state(trade, order)
|
||||
Trade.session.flush()
|
||||
|
||||
# Lock pair for one candle to prevent immediate rebuys
|
||||
|
|
Loading…
Reference in New Issue
Block a user