https://github.com/shaneikennedy/myquant
My actual quant
https://github.com/shaneikennedy/myquant
Last synced: 2 months ago
JSON representation
My actual quant
- Host: GitHub
- URL: https://github.com/shaneikennedy/myquant
- Owner: shaneikennedy
- Created: 2024-04-07T16:03:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T20:05:49.000Z (5 months ago)
- Last Synced: 2025-06-18T10:52:17.822Z (4 months ago)
- Language: TypeScript
- Homepage: https://myquant.vercel.app
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Quant

Massive wip, nightly job that runs against the sp500 universe and sends stock picks (buys and sells) to my telegram account.
Eventually I want this to upload analysis to something like s3 and then have a webapp that can fetch "today's" picks and show me charts/analysis and a dashboard.
Starting small, this does basic moving average crossovers but I will add more soon.
To install dependencies:
```bash
bun install
```To run the analysis:
```bash
bun run src/app/jobs/index.ts
```To run the frontend
```bash
bun run dev
```