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