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

Trading Module #35

Open
8 tasks done
Odessit007 opened this issue May 15, 2018 · 0 comments
Open
8 tasks done

Trading Module #35

Odessit007 opened this issue May 15, 2018 · 0 comments
Assignees

Comments

@Odessit007
Copy link
Contributor

Odessit007 commented May 15, 2018

  • Create generic encrypted_post_request method for CEX, EXMO and Kraken based on aiohttp library for asynchronous requests
  • Implement the following methods for each exchange:
    • place_order(price, volume, pair, buy/sell, market/limit)
    • cancel_order(order_id)
    • get_order_status(order_id)
    • get_balance(currency)
    • get_min_lot()
  • Implement place_orders(buy_orders, sell_orders) function which receives lists of orders in the form (price, volume, exchange) and asynchronously makes requests to place these orders #
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