A web-app using TDAmeritrade API to analyze an unique trading strategy. It helps predict the movement of stocks based on the performace in the past. It helps to quickly identify underperforming blue-chip stocks, with the principle of swing trading, which yield high returns. |
Here is a working live demo: https://cryptic-meadow-20166.herokuapp.com/
Currently only support Square Inc. stock, new stocks will be added soon.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug (the website couldn't handle the query and/or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
- Angular - a TypeScript-based open-source web application framework for building mobile and desktop web applications.
- TDAmeritrade API - Free stock quotes.
- MongoDB - a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
- Add options chain with automatic contract rating
- Add more stocks that are compatible with this trading stragety
- Add support for mobile devices
Quang Luong |
MIT © Quang Luong