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

Add feature: add standard order (buy or sell) #109

Closed
generalcodingprojects opened this issue Dec 17, 2018 · 2 comments
Closed

Add feature: add standard order (buy or sell) #109

generalcodingprojects opened this issue Dec 17, 2018 · 2 comments

Comments

@generalcodingprojects
Copy link

Can you add an entry in /krakenex/api.py to allow for making standard orders (buy or sell; market and/or limit orders) ? Can you also add an example in /examples for making such a standard sell or buy order ?

@veox
Copy link
Owner

veox commented Dec 17, 2018

Can you add an entry in /krakenex/api.py to allow for making standard orders (buy or sell; market and/or limit orders) ?

No. From README:

Intended for developers, not traders.

You can take a look at pykrakenapi which uses krakenex as a dependency, and implements this (last time I checked).

(Duplicatge of issue #40.)


Can you also add an example in /examples for making such a standard sell or buy order ?

Use the slightly more complex order-conditional-close.py and remove the parameters you don't want.

@veox veox added duplicate and removed question labels Dec 17, 2018
@veox
Copy link
Owner

veox commented Dec 21, 2018

Closing as duplicate.

@veox veox closed this as completed Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants