manu354 / cryptocurrency-arbitrage

A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.
GNU General Public License v3.0
1.21k stars 337 forks source link

Added c-cex exhange #12

Open tuturis opened 7 years ago

tuturis commented 7 years ago

Added c-cex exchange. There's no test to test if it work, but it lists on localhost:3000, but I think there could be some errors in price calculation

manu354 commented 7 years ago

Thanks for helping out! I haven't tested the code yet but there seems to be a bug with the btc- pairs, we don't need those pairs and it's just going to overwrite the original coins. For example LTC-BTC has the correct price for LTC in BTC. But BTC-LTC will overwrite that with another number which we don't need.

manu354 commented 7 years ago

Can you remove the BTC- block so I can squash and merge?

manu354 commented 7 years ago

Get on the slack for this project,

Join my Slack team! https://join.slack.com/t/cc-a/shared_invite/MjE2NTQyNzM0NjYwLTE1MDA4MjA5MzEtMjhlNjZmYzJkYg

manu354 commented 7 years ago

What's the best way to go through all the changes? I'll take at code look from your last commit and see if everything is fine