https://github.com/hqadeer/autostocks
Web app to manage virtual stock portfolios and test different trading algorithms.
https://github.com/hqadeer/autostocks
bootstrap bootstrap4 express-js finance mysql node-js passport-js portfolio portfolio-website pug pug-template-engine stock trading-algorithms
Last synced: about 2 months ago
JSON representation
Web app to manage virtual stock portfolios and test different trading algorithms.
- Host: GitHub
- URL: https://github.com/hqadeer/autostocks
- Owner: hqadeer
- License: mit
- Created: 2018-12-30T11:08:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T17:54:13.000Z (over 5 years ago)
- Last Synced: 2025-03-18T13:47:11.465Z (about 2 months ago)
- Topics: bootstrap, bootstrap4, express-js, finance, mysql, node-js, passport-js, portfolio, portfolio-website, pug, pug-template-engine, stock, trading-algorithms
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoStocks
### Goal:
A Node.js web app to manage a virtual stock portfolio and back-test trading algorithms.This is an on-going project. My long-term goal is to use this to validate strategies and trade real money.
### Snapshot

### Current features:
1) Secure logins and sign-ups using Passport.js
2) Support for stock price-checking using the IEX API.
3) Support for buying and selling stocks.
4) Data storage (both for users and for stock portfolios) using MySQL.
5) Live tracking of current stock prices; accompanying display on main page.
6) Working frontend with graphs for current and historical stock prices.
7) Python API wrapper for website and IEX API to trade autonomously.
8) Improved ROI and investment indicators.