Open
Description
in think or swim for example, this is the difference between the "CANDLE" style and the "CANDLE TREND" style.
What it appears is happening in MPL Finance using the yahoo style is if the close is below the open then the candle is RED, EVEN IF the close is above the previous days close.
This is very confusing to me and i want to have the candle be green if it closes higher than the previous days close.
Any suggestions?
Here's an example:
Code:
mpf.plot(data, type='candle', style='yahoo', title=title + charttitle + ' ' + keyDateForImageTitle, marketcolor_overrides=mco, savefig=savedPlotFileName,addplot=apd)