Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

This is indeed a matplotlib issue, which I doubt will ever be changed. The issue is related to the ["**matplotlib backend**"](https://matplotlib.org/stable/users/explain/figure/backends.html) being used. When saving plots into files only, then...

@merqurio Gabi, I love this extension. Recently I moved from jupyter notebook to jupyter-lab and, as noted above by @Omid888, can't seem to get it to work in jupyter-lab. Any...

I have code already *working* for Heiken-Ashi plot using mplfinance. I have not made it public yet. I will make it public hopefully next week.

Actually, here is a simple way to do it using the existing mplfinance: Suppose I have a normal DatetimeIndex OHLC(V) dataframe (as mplfinance normally expects) called **`df`**, for example: ```python...

From my perspective, it appears this is not limited to notebooks but to jupyterlab as well. It appears that the `jupyter lab` command does not see or respond to `c.ServerApp.use_redirect_file=False`...

Please take a look at the **Output** from cell **`In [6]`** and from cell **`In [9]`** in the following notebook: https://github.com/matplotlib/mplfinance/blob/master/examples/scratch_pad/price-movement_ret_calc_vals.ipynb Is that *not* what you are looking for??

OK. I did some playing around with the dates, and I've added a new key to the `return_calculated_values` dict for PNF. Try this: `pip install "git+https://github.com/DanielGoldfarb/mplfinance.git@issue623_pnf"` The new key is...

@SSTrader100 The ATR used is that calculated for the most recent data point.

@SSTrader100 As you have apparently noticed, mplfinance allows you to pass in the brick size. Calculating the ATR outside of mplfinance and passing it in as the brick size is...

Please provide the ***exact*** data and code used to generate the example plot, so that the questionable candle is 100% reproducible from the data and code.