In this post, we will see how to resolve Adding ichimoku to mplfinance chart Question: ichimoku data is calculated with pandas_ta and i want to add them to ETH chart with mplfinance. The problem is that when i add the ...

Question: My question is when we use mplfinance mpf.plot function to draw candlestick and use the mav function to draw the moving average. What kind of moving average it is? Is it Exponential moving average or simple moving average? Answer: ...

Question: I am trying to add an arrow on a given date and price to mpf plot. To do this i have the following code: But it is producing the following error: Could you please advise how can i resolve ...

Question: I would like to plot a line without using a “default ohlc data”. In this case, I’m using the data in the Github. How can I do this? Answer: Unfortunately, as mplfinance is now, when plotting type='line' then mpf.plot(data,type='line') ...