KendelChopp
kendel-algo-trading
JavaScript

Basic algorithmic training using Alpaca, JavaScript, and Node.js

Last updated Dec 1, 2022
10
Stars
5
Forks
1
Issues
0
Stars/day
Attention Score
5
Language breakdown
JavaScript 100.0%
Files click to expand
README

JavaScript/Alpaca Algorithmic Trading

About

This repository houses work that is a part of my series on algorithmic trading with Alpaca. I have been posting explanantions for the code here on both YouTube and Medium.

Setup

1) Clone the repository 2) Sign up for Alpaca and get API keys 3) Insert your Alpaca API keys into a file called .env like this:
API_KEY=<insert API key>
SECRETAPIKEY=<insert secret API key>
4) Run npm install 5) Run node index.js
🔗 More in this category

© 2026 GitRepoTrend · KendelChopp/kendel-algo-trading · Updated daily from GitHub