UppuluriKalyani / ML-Nexus

ML Nexus is an open-source collection of machine learning projects, covering topics like neural networks, computer vision, and NLP. Whether you're a beginner or expert, contribute, collaborate, and grow together in the world of AI. Join us to shape the future of machine learning!
https://discord.gg/fy8MQkCh
MIT License
34 stars 57 forks source link

Feature request: Stock Market direction predictor #304

Closed PavanTeja2005 closed 1 hour ago

PavanTeja2005 commented 4 hours ago

Is your feature request related to a problem? Please describe.

Currently, the project lacks a feature that can help users predict stock price movements (up or down) for the next trading day. This functionality could assist traders and analysts in making informed decisions based on historical stock data and technical indicators. Describe the solution you'd like

I propose adding a stock price direction predictor using machine learning models. The predictor will take historical stock price data (OHLC - Open, High, Low, Close) and relevant technical indicators (e.g., moving averages, RSI) as input and predict whether the stock price will move up or down on the following day.

Describe alternatives you've considered

However, these alternatives may not offer the same predictive power as a machine learning model that learns from historical trends and patterns. Approach to be followed (optional)

Additional context

Adding this feature could enhance the project's usefulness for financial analysis. It could be integrated with other tools in the project to provide a comprehensive stock analysis suite.

I'm a GSSOC contributor please provide me with proper labels.

github-actions[bot] commented 4 hours ago

Thanks for creating the issue in ML-Nexus!🎉 Before you start working on your PR, please make sure to:

github-actions[bot] commented 1 hour ago

Hello @PavanTeja2005! Your issue #304 has been closed. Thank you for your contribution!