An open API service indexing awesome lists of open source software.

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.

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

![Snapshot](https://imgur.com/koNNQLs.jpg)

### 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.