Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RafalZgoda/Automatic-Arbitrage-Crypto-exchange
Automatic trading with ccxt lib
https://github.com/RafalZgoda/Automatic-Arbitrage-Crypto-exchange
Last synced: about 2 months ago
JSON representation
Automatic trading with ccxt lib
- Host: GitHub
- URL: https://github.com/RafalZgoda/Automatic-Arbitrage-Crypto-exchange
- Owner: RafalZgoda
- Created: 2018-04-17T16:58:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T17:15:05.000Z (over 5 years ago)
- Last Synced: 2024-04-14T12:02:51.054Z (9 months ago)
- Language: JavaScript
- Size: 4.67 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccxt - Automatic-Arbitrage-Crypto-exchange
README
# Automatic-Arbitrage-Crypto-exchange
![Alt text](arbitrage_screens.png?raw=true "Title")
## Build
```
git clone https://github.com/ZgodaRafal/Automatic-Arbitrage-Crypto-exchange.git
cd Automatic-Arbitrage-Crypto-exchange
npm install
```## Use
Launch the command with a list of exchange that you want (complete list there: https://github.com/ccxt/ccxt)
```
node arbitrage-pairs.js poloniex bittrex exmo kucoin binance
```## Notification
Install [Pushover](https://pushover.net) on your mobile for push notification when an opportunity of arbitrage is possible.
Add Pushover API KEYS in config/config.js## Troubleshoot
Care about exchanges that have suspended wallet, that are updating wallet, deposit maintenance and other bugs on the exchange that can false that value of the arbitrage (sometimes you can earn more than 100000% if one pair is suspended on the exchange)