Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

@henribu Oyakunitatte yokatta

@Havelkao This looks good. Thank you for contributing. I'm wondering if (in addition to `type='line'`) if this should also [**apply to moving averages**](https://github.com/matplotlib/mplfinance/blob/master/src/mplfinance/plotting.py#L518-L520)? Or perhaps it only applies to moving...

Status update: I am presently reviewing all outstanding pull requests. did some experimenting with labels in general beyond just what is in this PR (see https://github.com/DanielGoldfarb/mplfinance/tree/ppseverin). When we finish this...

@Tirbo06 can you provide an image (maybe draw on it showing what you want, and/or indicating what it's doing that you don't want) so that I can be more certain...

There is a request to make `vlines` available for all panels. It should be a relatively easy enhancement. Would you be willing to make the enhancement if I guide you...

Regarding the project you mentioned (https://github.com/matplotlib/mplfinance/issues/428#issuecomment-893826162) it seems that various small (and faster to implement) enhancements are repeatedly distracting from it. (Something comes up that would be a nice enhancement,...

Regarding > I never contributed before and i have no idea of what it implies and i have not a lot of experience with MPL. What do you think ?...

@Tirbo06 April is fine. I have a few other things I am working on as well. Regarding > ... let us control which panel we want the `vlines` to appear...

The ability to have multiple y-axes, and the ability to place markers above, below, or around candles, is demonstrated clearly in the [**additional plots tutorial**](https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb). Please take the 5 or...

OK. As I understand it now you want to be able to plot points for which the x-value is at any datetime on the x-axis, even if that datetime falls...