Replies: 1 comment 1 reply
-
Hi, From the figure, I assume it is a daily bar of 1200 days? I'm not sure how good the flow is to the daily signal but technically it should work if df is the daily data frame. The volume profile graph is composed of three parts. You already have the price (fig1) and volume (fig2), The only one missing is fig3 volume bar. It just aggregates volume into price bars between cmin and cmax prices. You can set the return_raw=True to return the (x, y) of the bar to see if it is what you expect. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great work on Market Profile and Volume Profile!
Your market profile code is the most precise python code that anyone can find on the internet.
I was looking at the script and found that it only works on timeframes that have time as not constant, in other words, smaller timeframes.
Is there a possible way to make it work for larger time frames such as yearly timeframe as well?
Thanks again for the awesome work.
Beta Was this translation helpful? Give feedback.
All reactions