Algotrading bot example using TypeScript
Learn how to create your first algotrading bot on Medium.
git clone https://github.com/nielse63/alpaca-trading-scripts.git
cd alpaca-trading-scripts
nvm use
npm ci
npm run build
npm start
npm run dev
npm test
# with coverage
npm test -- --coverage
To execute in a production environment:
#!/usr/bin/env bash
/path/to/alpaca-trading-scripts/.bin/run
gh release create
npm version --no-git-tag-version from-git
git add .
git commit --no-edit --amend