Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

I can think of **a few things** ***to try*** but I am unsure if they will actually help much: - make the plot larger (I see you already have `figscale=2`;...

@nsharov Thank you for expressing your appreciation for mplfinance. I think I can point you in the correct direction to be able to find a way to do this. There...

@tech-a-go-go You are the first to point this out! It's nice to know that someone is paying close attention (and close enough to notice that it is only these two...

`vcdopcod` ***can*** be used with any custom style, ***however*** presently there is *no* `vcdopcod` kwarg to `mpf.make_mpf_style()` which means, if you want to use `vcdopcod`, for the time being you...

@kata1st It seems to me that a `markevery` specification must be associated with a specific line. So I guess it would apply only to `mpf.plot(df,type='line')` ***or*** to individual `mpf.make_addplot()` calls...

Joachim, This looks pretty easy to do. Let me know if you would like me to guide you through the process, so that you can make the change and contribute...

@nijek Great! This is probably as simple as changing [the `'alpha'` validator](https://github.com/matplotlib/mplfinance/blob/master/src/mplfinance/_utils.py#L499-L510) to allow a list, *similar* to how the `'linewidths'` validator just above it allows a list. Much appreciated....

@Philip030601 -- How did you get the DataFrame in the first place? I'm asking only because the simplest thing to do is to create the datetime index ***at the same...

In the future, if you have a question about manipulating data, please provide the data file somewhere (not just an image of some of the data). I created my own...