An open API service indexing awesome lists of open source software.

https://github.com/janrockdev/crypto-desk

Crypto strategies for various crypto exchanges in Golang.
https://github.com/janrockdev/crypto-desk

crypto golang strategies trading

Last synced: over 1 year ago
JSON representation

Crypto strategies for various crypto exchanges in Golang.

Awesome Lists containing this project

README

          

# Crypto-Desk (Golang/KDB+)

### Description:
Crypto strategies for various crypto exchanges in Golang.
- starting with Alpaca.Markets and Golang TA indicators

### Screen #1
- tradebook, sound based on a side and intensity on size of a trade)

[![Watch the video](crypto-desk.png)](crypto-desk.mp4)
```shell
go run main.go alpacatb
./ alpacatb
```

### Screen #2
- pricing, interval based aggreated prices are stored into a DB with pool of indicators
- inerface for real-time price change

```shell
go run main.go alpacapr
./ alpacapr
```

### Tests:
```shell
# env. variables test
go test -v ./cmd -run TestVarAlpaca
```