ctubio / tribeca

Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++
https://127.0.0.1:3000
Other
95 stars 26 forks source link

Implement BitMEX Gateway #91

Closed strikeout closed 7 years ago

strikeout commented 7 years ago

Implementing a BitMEX Gateway would be awsome!

Official WS Api Connector:

https://github.com/BitMEX/api-connectors/tree/master/official-ws/nodejs

ctubio commented 7 years ago

looks like it have nice Maker fees (https://www.bitmex.com/app/fees)

Camille92 commented 7 years ago

it's a future market but yes that will be interesting to try with the negative maker fee

Camille92 commented 7 years ago

My bad don't forget they have a settlement fee of 0.05 as well. But it's still very low!

ctubio commented 7 years ago

~i dont have prior experience with future markets, but will wrap my head arround it some day~ like today

ctubio commented 7 years ago
while (GitTip === 0) {
  try {
    new FeatureRequest();
  } catch() {
    throw new Exception('GTFO');
  }
}
strikeout commented 7 years ago

that was unnecessarily rude

ctubio commented 7 years ago
who | xargs killall
ctubio commented 7 years ago

benderbendingrodriguez