Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

@manuelwithbmw > What I would like to achieve is having my code to update my chart+signals on the background without closing the chart. Hopefully you have already figured out how...

Use kwarg **`return_calculated_values`**. You must assign a variable that is **an empty dict** to the kwarg. mplfinance will fill the dict with various calulated values which include among them the...

Please show your code. Please also show code that displays the exact same image file successfully with plain matplotlib. And please make the pie chart image file available somewhere so...

After playing with this a bit I realize you will have to create an additional Axes object. I recommend using **`fig.add_axes()`**. The problem with the Axes in `axlist` is that...

@grdnryn Happy to hear it. If you don't mind, please post an image of your final result here ... we love to see the cool things people are doing with...

Do you mean a **text** annotation on the plot, describing each horizontal line?

Direct and full support for text annotations is not yet available; probably will be within the next month or two. In the meantime, there is a workaround, to set `returnfig=True`...

@krazykoder Not yet. I realize it has been a while. Working on some other major enhancemnts, one in particular taking a long time (to be able to extrapolate x-axis, and...

**See also https://github.com/matplotlib/mplfinance/issues/387#issuecomment-828135146**

@krazykoder Thanks for posting your snippet of code. I didn't know about the `method` kwarg to `Index.get_loc()`. The basic idea, when the date you want is between two of the...