vladthelittleone / arbitrage.js

Arbitrage Bot: a long/short market-neutral strategy
MIT License
62 stars 12 forks source link

grammar and translation #5

Open vladthelittleone opened 6 years ago

vladthelittleone commented 6 years ago

I have a bad english, so if someone can help and find mistakes. that would be awesome.

4nakin commented 6 years ago

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 ?

vladthelittleone commented 6 years ago

@4nakin hi, this project is nodejs copy of blackbird. you can find explanation at 100 blackbird issue. The main advantages:

4nakin commented 6 years ago

@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 ?

vladthelittleone commented 6 years ago

@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.

vladthelittleone commented 6 years ago

@4nakin also interesting moment: blackbird support only one trading bot at the same time. arbitrage.js can work with multiply bots.

4nakin commented 6 years ago

@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.

vladthelittleone commented 6 years ago

@4nakin i'am writing setup guid now. will create PR on you. tnx.

4nakin commented 6 years ago

@vladthelittleone it would be great if we use TypeScript in the future. What do you think