Add kraken TODO
This commit is contained in:
parent
6caa5f7131
commit
3942b30ebf
@ -86,6 +86,8 @@ class Kraken(Exchange):
|
|||||||
"""
|
"""
|
||||||
Creates a stoploss market order.
|
Creates a stoploss market order.
|
||||||
Stoploss market orders is the only stoploss type supported by kraken.
|
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()
|
params = self._params.copy()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user