For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How to control the color of the candlestick or bar plot of each bar
-
Recently, I want to implent the The Elder Impulse System.
A problem comes, when I want to control the color of the candlestick or bar plot of each bar according to the judgement conditions. It seems that the OHLCPlotHandler() in backtrader only supports two colors, while in the Impulse System there are three colors. And the judgement conditions not only depend on the open and close prices, but also on some other complicated indicators, like MACD or EMA, any suggestions?