Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Prediction of the next high #112

Open
1 task done
lkksharma opened this issue Oct 13, 2024 · 0 comments
Open
1 task done

[FEATURE] Prediction of the next high #112

lkksharma opened this issue Oct 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈

Comments

@lkksharma
Copy link
Contributor

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

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

All the prediction models being used right now are predicitng at what price the market will close at that day, but that has no practical use. If you already have the knowledge of the high and lowest value, that is actually all that you need.

Proposed Solution

I wish to use the nth day data of high and low and close to predict what the high will be the (n+1)th day i.e. the next day. This would help the stock brokers to get to knnow till what point they have to hold out and when to quit.

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

Through data wrangling, I would alter the indexing by matching the future highs with the past data. Then by using SVM (which has the highest accuracy as seen) will predict the high.

@lkksharma lkksharma added the enhancement New feature or request label Oct 13, 2024
@rohitinu6 rohitinu6 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈 hacktoberfest Hacktober Collaboration labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈
Projects
None yet
Development

No branches or pull requests

2 participants