Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

> Setting xlim gives me this error ... > `TypeError: kwarg "xlim" validator returned False for value: "(Timestamp('2020-08-28 09:30:01-0400', tz='US/Eastern', freq='S'), Timestamp('2020-08-28 16:00:00-0400', tz='US/Eastern', freq='S'))" 'Validator' : lambda value: isinstance(value,...

- Added bug label to look into the error reported here: https://github.com/matplotlib/mplfinance/issues/245#issuecomment-706731127 - Enhancment and In Progress labels because currently working on accepting any of various date/datetime types and/or string...

[Issue #21](https://github.com/matplotlib/mplfinance/issues/21) also mentions this. However, at least for now, I will keep **this issue #74** open **to cover any x-ticks work** (because issue #21 is requesting several, somewhat unrelated,...

Thank you. I agree. We will definitely do this. Just have a couple things, currently being worked on, to finish first.

Mike, Thanks. This looks interesting. There is a [similar solution here](https://github.com/matplotlib/mplfinance/issues/212#issuecomment-655956691) but that solution is only for adding small amounts of extra time (small enough that additional ticks and tick...

Thanks. I started playing with this. I think you are on the right track. However this solution works only for daily data. I'm going to try to come up with...

Pavel, Yes, `mpf.plot()` has special treatment for volume limits: Since volumes tend to be large numbers, `mpf.plot()` will make the the lower limit approximately 0.3 times the smallest volume (rather...

OK. Thanks. I'm going to leave this issue open as a reminder to me to add a `volume_ylim` kwarg.

I don't know much about "picking", but it seems to me that mplfinance may need changes in order to support picking. I will try to make time, later this week,...

@lyl1836 Mplfinance will need to be enhanced to support pick_event.