dominiktraxl/pykrakenapi

EGeneral:Invalid arguments:ordertype

Closed this issue · 1 comments

I'm trying to place an order with:

response = k.add_standard_order(pair='ETHUSD', type='buy', ordertype ='stop-loss-profit', volume='0.03116', price='3007.3', price2='3337.3', leverage ='2', validate=True) print(response)

Output

Error placing order: ['EGeneral:Invalid arguments:ordertype']

Please help me out stop-loss-profit is not working

Aug 12 2021 on that time Kraken doesn't support to place SL / TP at the same time. They will - soon