Vikrammel / EasyTrage

crypto arbitrage bot in MERN
60 stars 23 forks source link

What's still missing ? #21

Open jackyflyer opened 5 years ago

jackyflyer commented 5 years ago

Hello, Could you tell me in two words what is missing to make the code fully working ? Do you think it's still a lot of work to complete it ? Thank you

Vikrammel commented 5 years ago

It's been a while since I touched it, not sure if any of the exchange's APIs have changed. If not, the recommendation engine should still work but just for XRP. If you wanted to implement trading just for the pairs and recommendations offered you could probably hack something together in the existing (in parts messy) codebase in a couple weeks. If I were to work on this again I would probably redo a whole lot of the backend and use a library called 'ccxt' that supports a lot more exchanges' APIs and has trading functionality as well to implement arbitrage for more pairs as well as triangle arbitrage. I would probably also completely redo the fron-end. However, I don't have any intentions of working on this anytime soon; I have a full time job now and can't really spend any time on this. Best of luck, let me know if you have any more questions.

jackyflyer commented 5 years ago

Thank you ☺