mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add kraken TODO
This commit is contained in:
parent
6caa5f7131
commit
3942b30ebf
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user