Daniel Goldfarb
Daniel Goldfarb
An interesting idea. Looking around, it appears that a solution similar to this may work: https://stackoverflow.com/a/21585524/1639359 . If you can code up a working proof-of-concept solution, I will consider doing...
This is a very interesting idea. At first glance I like it. Will look into it further to make sure there are no unintended consequences. Thanks for the suggustion.
@Vittorio94 Vittorio, What you are trying to do can be done easily ***without*** external axes mode. As a general rule you should avoid external axes mode, unless what you are...
@Vittorio94 Vittorio, Thanks for the explanation. I understand that mplfinance will not allow you to plot *two markers at the same point in time **unless** they are in separate arrays*....
@Vittorio94 Vittorio- Great plot! And thank you for sharing the code. Nice work. All the best. --Daniel
@fxhuhn Markus- Thank you. If you don't mind, would you also be willing to share the code that generated that plot? --Daniel
@grdnryn Regarding > Am I missing something simple with how to add labels and or legends when using make_addplot? It's difficult for me to answer because you haven't completely described...
A reasonable request. Regarding custom colors, is there any reason not to use the existing `mavcolors`? Do people every want to plot both SMA and EMA?
Can you please show your code for computing Heikin Ashi, and exactly how you used that data to call `mplfinance.plot()` etc. It seems odd that it would "crash." Please also...
Thanks. Before I look into this in any more detail, based on the final error message ```bash File "D:\Tana\venv\lib\site-packages\mplfinance\_utils.py", line 49, in _check_input o = np.where(np.isnan(opens))[0] TypeError: ufunc 'isnan' not...