mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
mypy fix for handle_similar_open_order
This commit is contained in:
@@ -1755,6 +1755,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
"""
|
||||
if trade.has_open_orders:
|
||||
oo = trade.select_order(side, True)
|
||||
if oo is not None:
|
||||
open_order_side = oo.side
|
||||
open_order_amount = oo.amount
|
||||
|
||||
|
||||
Reference in New Issue
Block a user