mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-31 11:20:24 +00:00
Merge pull request #10645 from dxbstyle/develop
added check for Kraken exchange
This commit is contained in:
@@ -78,6 +78,7 @@ class Kraken(Exchange):
|
||||
# x["side"], x["amount"],
|
||||
)
|
||||
for x in orders
|
||||
if x["remaining"] is not None and (x["side"] == "sell" or x["price"] is not None)
|
||||
]
|
||||
for bal in balances:
|
||||
if not isinstance(balances[bal], dict):
|
||||
|
||||
Reference in New Issue
Block a user