Fix wrong type

This commit is contained in:
Matthias
2022-05-07 11:08:54 +02:00
parent 6fdcf3a10a
commit 149704e748
3 changed files with 5 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ class Kraken(Exchange):
@retrier(retries=0)
def stoploss(self, pair: str, amount: float, stop_price: float,
order_types: Dict, side: str, leverage: float) -> Dict:
order_types: Dict, side: BuySell, leverage: float) -> Dict:
"""
Creates a stoploss market order.
Stoploss market orders is the only stoploss type supported by kraken.