quanglddev / True-Value-Trading

One problem in trading is it involves many calculations sometimes. This automates that process for you and let you decide what matters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

True Value Trading

True Value Trading

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.

Demo

Here is a working live demo: https://cryptic-meadow-20166.herokuapp.com/

Usage

Currently only support Square Inc. stock, new stocks will be added soon.

Select Date Range

Identify Price Move

Identify True Value

Identify Entry (Overvalue/Undervalue)

Development

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

Bug/Feature 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.

Built with

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

To-do

  • Add options chain with automatic contract rating
  • Add more stocks that are compatible with this trading stragety
  • Add support for mobile devices

Team

Quang Luong
Quang Luong

License

MIT © Quang Luong

About

One problem in trading is it involves many calculations sometimes. This automates that process for you and let you decide what matters.

License:Other


Languages

Language:TypeScript 61.3%Language:JavaScript 23.6%Language:HTML 10.4%Language:SCSS 4.8%