Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

I'm not sure if this is the same thing that I am seeing. - I write a gmail with markdown. - Right click and choose markdown toggle. - Everything looks...

Regarding adding a lower panel (for an oscillator or anything else) to a Renko chart, as you may have noticed, mplfinance does not support `mpf.make_addplot()` with Renko or Point and...

Rajeev, Legends are not yet available in mplfinance. Hopefully soon (maybe a couple months or so). In the meantime, if you want to play with matplotlib, you can try using...

@arthurpdesimone Thank you for posting a specific example to help others. Much appreciated. All the best. --Daniel

@YoungilKoh Thank you so much! That is an excellent example! Much appreciated.

The problem, I think, is in this line of code: ```python fig, axes = mpf.plot(df.tail(200), type='candle', volume=True, mav=(26, 50, 75, 100, 150), addplot=list(ap2.values()), style='charles', savefig=save) ``` --- **change `savefig` to...

Have you tried using `axes[7]`? You have a total of 4 panels (`0-3`), which means 8 Axes: `0-7` Also, I'm confused by something in your code: The code appears to...

Also, one other point to keep in mind, that may have an effect: The "charles" style puts the primary axes on the right (see `y_on_right = True` inside [the "charles"...

> **THANKS and hope the mulitpanel legend struggle of mine helps people** There is no question. ***Posting your struggles here definitely helps other mplfinance users***. Not only does it help...

> Is there a way in the api to add more dates on the x axis? No. I am presently working on an enhancement that will make this possible. Hopefully...