mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
Is there the type of choosing a color of bars - by default the bar has a down color if close lower than open. I want to the option when...
Hi everyone, I am using the original flavor of mplfinance and I am really struggling creating a simple HLC bar chart as below. Does someone have an idea how this...
**Is your feature request related to a problem? Please describe.** When I want to compare two stocks, I'm interested in seeing the % changes in those two stocks over a...
Thank you for your work on updating mplfinance! Using the deprecated mpl-finance, I was able to put 2 `candlestick_ohlc()` charts on top of each other (overlaid, sharing the same axes),...
Hello! First of all, thank you, Daniel, and contributors for this great library. Works like a charm! I like the concise default style of the graphs produced very much. However,...
Hi, I appreciate your work! How would I plot multiple candles together side by side on the same figure? I want to compare 1. original data, 2. modified data side...
Hi, I tried to implement the tlines using mplfinance, and generate the trendline data as per the example, however, I still get this error: ValueError: tlines date pair (2021-01-11 09:35:00-05:00,2021-01-11...
Ask anything you want about mplfinance usage, project philosophy and/or priorities, or anything else related to mplfinance. Display the following animation graph on the tkinter,environment:python3.6 +windows10 desktop Below is mpf_animation_demo1.py:...
Is there a way to extend the drawn on lines so that they go further than the two points you give them? For example, I want to draw a trend...
**Describe the bug** in "External Axes Method", the 'fill_between' function does not work. **To Reproduce** `import mplfinance as mpf idf = pd.read_csv('data/SPY_20110701_20120630_Bollinger.csv',index_col=0,parse_dates=True) fig = mpf.figure(style='yahoo',figsize=(7,8)) ax1 = fig.add_subplot(2,1,1) ax2 =...