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.
-
Secure logins and sign-ups using Passport.js
-
Support for stock price-checking using the IEX API.
-
Support for buying and selling stocks.
-
Data storage (both for users and for stock portfolios) using MySQL.
-
Live tracking of current stock prices; accompanying display on main page.
-
Working frontend with graphs for current and historical stock prices.
-
Python API wrapper for website and IEX API to trade autonomously.
-
Improved ROI and investment indicators.