arbitrage.js
arbitrage.js copied to clipboard
grammar and translation
I have a bad english, so if someone can help and find mistakes. that would be awesome.
Hi, this project looks interesting, I want to help you on this. Can you explain more about the features and the advantages of using Arbitrage.Js ?
@4nakin hi, this project is nodejs copy of blackbird. you can find explanation at 100 blackbird issue. The main advantages:
- much more exchanges,
- much more coin pairs,
- more flexible and scalable,
- saving logs to db,
- sending logs and triggers to telegram bot.
@vladthelittleone So you have all the features of Blackbird with more exchanges (by using Ccxt's API). That's very cool, I will spend some time to test it.
Is this project ready for production yet, or still need to be tested and improved ?
@4nakin i'am using arbitrage.js about 1 month ago. need some tests before production usage. i will do some tests in 1-2 days.
Also, you can use debug mode.
@4nakin also interesting moment: blackbird support only one trading bot at the same time. arbitrage.js can work with multiply bots.
@vladthelittleone : if you have documentation/guide that need to be translated to English, I can review and fix the typo. First, we need a guide on how to setup and run this project.
@4nakin i'am writing setup guid now. will create PR on you. tnx.
@vladthelittleone it would be great if we use TypeScript in the future. What do you think