Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kraken stop_limit order not working #372

Open
nzwi opened this issue Feb 21, 2024 · 1 comment
Open

Kraken stop_limit order not working #372

nzwi opened this issue Feb 21, 2024 · 1 comment

Comments

@nzwi
Copy link

nzwi commented Feb 21, 2024

Hi, Team.

Great work on creating this awesome library. I have been trying to submit a stop_limit order on Kraken with no luck. I constantly get the error code:
.......
root: INFO: stop_limit order of | 0.42 SOL/USDT sell | at price $80.00 with status error did not go through. The following error occurred: kraken.create_order() got multiple values for argument 'params'
.......

This is when submitting an order like this:

stop_limit_order = self.create_order(Asset(symbol=self.base, asset_type="crypto"), quantity, "sell", limit_price=80.00, stop_price=80.00, quote=Asset(symbol=self.quote, asset_type="crypto"))

self.submit_order(stop_limit_order)
@grzesir
Copy link
Contributor

grzesir commented Feb 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants