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

Volume Profile Indicator #117

Open
tenebriox opened this issue Jan 22, 2021 · 1 comment
Open

Volume Profile Indicator #117

tenebriox opened this issue Jan 22, 2021 · 1 comment

Comments

@tenebriox
Copy link

Hello,
I'm new to trady, and I would like to implement a volume profile indicator, and I didn't find anything related with that.
I would need to calculate the volume profile for a specific period (last 24h for example). I
Does anybody ever realized that or would have some guidelines for a good implementation ?
Thanks

@ridicoulous
Copy link
Contributor

Hi @tenebriox
According to tradingview, Essentially, Volume Profile takes the total volume traded at a specific price level during the specified time period and divides the total volume into either buy volume or sell volume and then makes that information easily visible to the trader.
It is quite easy to perform this on tick trades, which was introduced in my fork of this library , but I have no idea, how implement this indicator by Ohlcv candles.

P.S. I see, that Karl, owner of this library quite busy to take look here, so welcome to contributing in forks=)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants