Daniel Goldfarb
Daniel Goldfarb
So just to clarify, you want the percent change **from the Open to the Close each day** (as opposed to percent change from previous day's close). So for example, if...
Do you have an example of such a chart from another location? If not, no worries, I will try to work up a prototype from your description and post it...
Thanks. Will try to make time to look into this later this week.
> No - actually I meant that I would pick a value which is the baseline - for example "102.370003". Then, I will just look at the percent change from...
Ability to create and pass in your own Figure and Axes is coming. Maybe another 4 to 6 weeks. In the meantime, you may be able to use the Figure...
@GAEfan -- Do you have a working version of the code, with this change, that does the overlay that you want with mplfinance? I would like to look at it.
@GAEfan > Thank you for the prompt response. Yes, I can gather Figure and Axes from `returnfig=True`. However, how do I tell the second `mfp.plot()` to use the same axes?...
Hi Pavel, Thanks for your interest in and appreciation for mplfinance. It's an interesting question. I suppose we could add a `type`, perhaps call it `data` so that you could...
Pavel, We can leave this issue open for the enhancement/implementation of `type=plain_data` or whatever we end up calling it. No rush, but let me know when you have an idea...
I'm ***guessing*** the problem is that you have *different timezone information* in your `tlines` datetimes compared with your DataFrame DatetimeIndex, and so it thinks that the times you specified with...