AnnaDS / Stock_forecast

Test different state of art time series forecasting models for stock price prediction combining it with additional data from news feed to define the winner and build trading strategy on top.
1 stars 10 forks source link

My initial approach to forecasting #32

Closed Shaheerairaj closed 4 months ago

Shaheerairaj commented 4 months ago

Taken a slightly different approach. Instead of trying to predict the actual closing value, I tried to predict if the stock will go up or down. This will relate to building strategies of whether to buy or sell at any given day.

Not as sophisticated as predicting the actual price of the stock, but a more simpler approach. Possibly a good approach for beginners to try.