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.
- Host: GitHub
- URL: https://github.com/janrockdev/crypto-desk
- Owner: janrockdev
- Created: 2022-07-16T18:50:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T19:12:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T19:34:58.049Z (over 1 year ago)
- Topics: crypto, golang, strategies, trading
- Language: Go
- Homepage:
- Size: 8.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](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
```