https://github.com/kaplanmaxe/arb-bot
WS API for abritrage trading of cryptocurrencies
https://github.com/kaplanmaxe/arb-bot
cryptocurrency golang trading trading-bot
Last synced: 10 days ago
JSON representation
WS API for abritrage trading of cryptocurrencies
- Host: GitHub
- URL: https://github.com/kaplanmaxe/arb-bot
- Owner: kaplanmaxe
- Created: 2019-05-07T06:14:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T03:44:04.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T20:47:45.150Z (over 1 year ago)
- Topics: cryptocurrency, golang, trading, trading-bot
- Language: Go
- Homepage: https://helgart.com
- Size: 9.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helgart
[](https://travis-ci.org/kaplanmaxe/helgart)
Helgart is a microservice application for algorithmic trading of cryptocurrencies. **It is still a WIP.**
### Services
| Name | Description |
| -----| ------------|
| broker | fetch prices from exchanges and calculate opportunities for arbitrage |
| mysql | for persistent storage of normalized pair names (Ex: IOT-USD vs IOTA-USD) |
### Connected Crypto Exchanges
- Binance
- Bitfinex
- Coinbase
- Kraken
More to come soon ...
### Installation
`make && make install`
### Running
- Copy `.config.dist.yml` to `.config.yml` and correct values
- `broker --config `
### Running with Docker
You can run helgart with docker compose simply with:
`docker-compose up -d`
You can also run it with:
```
make up
make down
```
`make down` will stop helgart