-
Notifications
You must be signed in to change notification settings - Fork 653
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
type='HLC'
for classic western style HLC Bar chart
#334
Comments
@anhiliate i was just thinking this might be a nice additional to the new mplfinance as kwarg |
Hi Daniel, thank you for the prompt response and for taking care of this awesome project.
You definitely have my vote for kwarg type='HLC'. |
Thanks. Have you read through this tutorial on creating subplot panels? Please do, and let me know if it suits your needs. If after working through that tutorial you still feel you need gridspec please explain why so that I can understand what's missing from the package. Regarding the date format, we did get a similar request here; and I am considering whether to implement it. In the meantime you do have some control over the date format as demonstrated in cell |
type=
for classic western style HLC Bar chart
type=
for classic western style HLC Bar charttype='HLC'
for classic western style HLC Bar chart
type='HLC'
for classic western style HLC Bar charttype='HLC'
for classic western style HLC Bar chart
Thanks @anhiliate ... Can you provide and image similar to your the case (where the last panel is split into three columns) you want to acheive? |
Thanks. For now, the workaround would be to use external axes mode. Although subplot2grid is not directly supported (but can be used) I would recommend instead using |
Thanks Daniel, good point, I'll try that out and update the result when I have something usable. |
Sorry, it was a busy week so I only got a bit of time to play with it today. widths = [3, 3, 3] spec = gridspec.GridSpec(ncols=3, nrows=5, |
Hi everyone,
I am using the original flavor of mplfinance and I am really struggling creating a simple HLC bar chart as below.
Does someone have an idea how this could be achieved?
When I fill the Open column with Close data, I will get the chart but lose the coloring. I hope I don't have to split up the date based on Open< Close and Open>Close and then draw 2 candlesticks, do I?
Thank you all in advance for the help.
The text was updated successfully, but these errors were encountered: