Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

As a general rule, for *all* traditional candlestick charts, the color of a candle *depends entirely* on whether the Close for that candle is higher than the Open of the...

@TraderMan999 As mentioned, traditional candlestick charts are colored based on the difference between the open and the close for each candle, so you have two alternatives: (1) use hollow and...

@TraderMan999 I finally took the time to read [thinkorswim](https://tlc.thinkorswim.com/center) and, from what I can tell, **the [CANDLE TREND Chart](https://tlc.thinkorswim.com/center/howToTos/thinkManual/charts/Chart-Modes/Chart-Types/candletrend) is *exactly* what mplfinance calls `type='hollow'`.** I suggest you try using...

> Now by default the times on the x axis are not what I want. I’d rather they show the 930 est open etc. Is there a way to change...

@TraderMan999 The image you tried to attach does not show. **Do *not* reply by email. It does not work!** [**Rather go to GitHub.com and add your comment and images here**](https://github.com/matplotlib/mplfinance/issues/639)

@TraderMan999 Posting to GitHub ***by email*** **does NOT work** (they have bugs). You need to [**go directly to the issue on the github website**](https://github.com/matplotlib/mplfinance/issues/639#issuecomment-1672594172) and post there.

From the Traceback, you can see the error begins on the following line in mplfinance: ```python File "/home/dino/code/mplfinance/src/mplfinance/plotting.py", line 1108, in _addplot_columns ymhi = math.log(max(math.fabs(np.nanmax(yd)),1e-7),10) ``` The numpy function `np.nanmax()`...

The code looks good, and I've tested on my and seems to work ok. I'm just trying to think through a few things to decide whether or not to make...

This is great! I've been wanting something like this for a while, but not being very familiar with GUI packages myself I kept putting off doing anything about it. It...

I have seen this issue before. [**Here is one example**](https://github.com/matplotlib/mplfinance/issues/490). Please note the various comments there. Thank you.