Skip to content

Predict the stock price. Sample code written to analyze 10 years worth of AAPL closing stock price. Picks a stock quote at random from the file HistoricalQuotes_AAPL.txt. Based on pattern recognition, it tries to guess the next day's price. Comes with a basic GUI. Enjoy and provide suggestions to improve :-)

Notifications You must be signed in to change notification settings

AISandboxSam/AISamples

Repository files navigation

For users of Visual Studio and C# coding environment - download all files to your PC. Build project. Make sure the data file HistoricalQuotes_AAPL.txt is in your \debug or \release folder. The data file needs to be in the same location as the exe.

About

Predict the stock price. Sample code written to analyze 10 years worth of AAPL closing stock price. Picks a stock quote at random from the file HistoricalQuotes_AAPL.txt. Based on pattern recognition, it tries to guess the next day's price. Comes with a basic GUI. Enjoy and provide suggestions to improve :-)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages