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

https://github.com/slashgordon/gotrader

Alpaca trader
https://github.com/slashgordon/gotrader

Last synced: about 1 year ago
JSON representation

Alpaca trader

Awesome Lists containing this project

README

          

[![CI](https://github.com/SlashGordon/gotrader/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/SlashGordon/gotrader/actions/workflows/ci.yaml)
[![Coverage Status](https://coveralls.io/repos/github/SlashGordon/gotrader/badge.svg?branch=master)](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"
`````