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://ml-nexus.vercel.app/
MIT License
69 stars 122 forks source link

Stock-Market-Analysis-Prediction-System #369

Closed venkat-2811 closed 1 month ago

venkat-2811 commented 1 month ago

Financial trading using Technical and Timeseries Analysis. Open in Streamlit Project goal:

Profitable stocks and crypto trading involves a lot of know how and experience in Technical Analysis. However, the fundamentals behind technical analysis techniques, tools, resources and effective strategies can be complex to grasp, understand and even expensive to access.

Solution: The main point of any sort of asset trading is to make a profit. This boils down to effectively three actions based on the price movements, 'When should I buy?', 'When should I sell?' and 'When should I hold my current position?' to maximize profits and minimize losses. Therefore, by using data analytics it was possible to translate real-time price movements to determine whether to buy, sell or hold based on historical price trends. This was achieved by combining a number of popularly used trading strategies and indicators such as 'Moving Average Convergence Divergence', 'Slow Stochastic', 'Relative Strength Index' etc. More so, by feeding these sequences to a Transformer Encoder Neural Network to learn the price patterns and trading actions, the deep learning model could provide with the most appropriate action to be taken at any given time.

github-actions[bot] commented 1 month 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 month ago

Thanks for raising this issue! However, we believe a similar issue already exists. Kindly go through all the open issues and ask to be assigned to that issue.