https://github.com/slashgordon/gotrader
Alpaca trader
https://github.com/slashgordon/gotrader
Last synced: about 1 year ago
JSON representation
Alpaca trader
- Host: GitHub
- URL: https://github.com/slashgordon/gotrader
- Owner: SlashGordon
- License: mit
- Created: 2021-08-27T08:36:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T19:35:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T12:13:09.093Z (over 1 year ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/SlashGordon/gotrader/actions/workflows/ci.yaml)
[](https://coveralls.io/github/SlashGordon/gotrader?branch=master)
# gotrader
Alpaca trader
## config
Add a file named `.gotrader.yaml` to your workspace with the following content:
```yaml
APCA_API_KEY_ID: "alpacaid"
APCA_API_SECRET_KEY: "alpacakey"
APCA_API: "https://paper-api.alpaca.markets"
`````