evancrow / stock-analyzer

Application with ML model that can predict if a stocks price will 📈 or 📉
1 stars 0 forks source link

Compare Data to Model #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

Once we are able to download the data and have the models added, we need to create a way to pass the data through the model, see if it matches the pattern, and determine what a possible outcome will be.

For example, if a stock with a price history of [1, 2, 1, 3] matches the up-down model, and that suggests that the price will go up, we return that the price might go up because it matches this model.

Cpetersen9905 commented 3 years ago

https://www.cmcmarkets.com/en/trading-guides/stock-chart-patterns Here's some models we need to check against

Cpetersen9905 commented 3 years ago

https://www.investopedia.com/articles/technical/112601.asp Some more

Cpetersen9905 commented 3 years ago

More models https://optionstrategiesinsider.com/blog/17-stock-chart-patterns-to-look-for-when-analyzing-stocks/