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 support for BitMex exchange. #67

Open
Daniel-SchaeferJ opened this issue Jul 22, 2019 · 1 comment
Open

Add support for BitMex exchange. #67

Daniel-SchaeferJ opened this issue Jul 22, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Daniel-SchaeferJ
Copy link

Could someone add support for the BitMex exchange? And if someone had the documentation to add a new exchange direct me to that but still keep the issue open?

@garethdmm
Copy link
Owner

Yeah this is on the roadmap for sure. If you want to get started on it yourself here's some quick tips. The outline for implementing a new exchange is roughly this:

  1. Implement the exchange trading interface all exchange wrappers use: https://gryphon.readthedocs.io/en/latest/exchange_integrations.html#exchange-trading-interface
  2. Add it to gryphon.lib.exchange.exchange_factory, this is pretty straightforward if you look at what happens for other exchanges
  3. Add it to the unit tests

An example would be this recent pull request which does a lot right: #66

@garethdmm garethdmm added the enhancement New feature or request label Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants