Closed spandana2004 closed 2 weeks ago
@spandana2004 Please ensure to star the repo, All the best
Can i know.. is a website deployed for this project or else i am happy to contribute by developing one.
Sure, you can make a new issue for a website, I'll be happy to assign you
Hey is this issue closed?
No. I have pulled a request to merge.
Ok, so can I help with this issue?
@kanishk128 VWAP has been included for the project i am waiting for the admin to merge the pull request. I would be happy if u can include anything else for it.
@rohitinu6 this pr has not been updated on my leaderboard. Can I know whom to contact?
Is this a unique feature?
Is your feature request related to a problem/unavailable functionality? Please describe.
Currently, there is no Volume Weighted Average Price (VWAP) calculation available in the application. VWAP is a key technical indicator used in stock analysis to assess the average price at which a stock is traded throughout the day, weighted by volume. Traders rely on VWAP to identify trends, making it a crucial missing feature in the app for users looking to perform advanced stock analysis. I'm frustrated when I cannot analyze the stock trends with VWAP, which limits the depth of the analysis.
Proposed Solution
I propose adding a VWAP calculation feature to the stock price dataset. By integrating this feature, users will be able to perform more in-depth trend analysis and make more informed trading decisions.
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)
This feature can be computed using the formula: Where "Typical Price" is the average of the stock's High, Low, and Close prices. The formula will be coded in python.