dominiktraxl/pykrakenapi

Unable to add buy limit order

sittingfrog opened this issue · 2 comments

Hi there,

Thanks for building this package!

I'm finding that I can't submit an order using:
kraken_client.add_standard_order(pair='XXBTZCAD',type='buy',ordertype='limit',volume=1,price=100)

output = {'descr': {'order': 'sell 0.01000000 XBTCAD @ limit 100000.0'}}

Any ideas why this may be? I have checked the permissions on my API keys and the other functions in the package seem to work fine for me.

Thank you.

The API determined that the order was not a good idea, because of market trends.

Or it could maybe be a feature that proves you missed a few readings in kraken API nor in previous threads... #17

I'm an idiot. Thank you.