For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Multiple datafeeds candlestick plot all red color
-
https://backtest-rookies.com/2017/08/22/backtrader-multiple-data-feeds-indicators/
Following the guide above, both in that blog and locally, the
cerebro.plot
outputs candlestick charts that have bars that are all red.Searching up this display bug shows that it seems that the datafeed is corrupted of some sort. The datafeed files are available in the link above for recreation, but does anyone know how to fix barup and bardown colors?
Does it require a custom plot scheme? If so, are there any examples currently out there?