michaelgrosner / tribeca

A high frequency, market making cryptocurrency trading platform in node.js
Other
3.99k stars 949 forks source link

BitMex support #89

Open prismtrader opened 7 years ago

prismtrader commented 7 years ago

Are there any plans to add BitMex as an exchange? Seems like an ideal exchange for this considering their trading volumes and fee structure.

ahalekelly commented 7 years ago

It doesn't seem like anyone's maintaining this project. If you want a feature, feel free to add it.

michaelgrosner commented 7 years ago

I thought about adding BitMex a while back but futures aren't spot currencies so it was not a great fit for this app in its current state. It would require some thought about how to incorporate the future expiry and other futures specific stuff that I'm not too familiar with. On the API side, they're by far the nicest crypo API so it should be a breeze to implement. @ahalekelly You're mostly right, I don't really work on this any longer. If anyone comes up with a decent BitMex implementation, I'll merge it.