Add kraken TODO

This commit is contained in:
Matthias 2022-02-26 08:34:23 +01:00
parent 6caa5f7131
commit 3942b30ebf
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class Kraken(Exchange):
"""
Creates a stoploss market order.
Stoploss market orders is the only stoploss type supported by kraken.
TODO: investigate if this can be combined with generic implementation
(careful, prices are reversed)
"""
params = self._params.copy()