For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Is it possible to plot two data with different kinds of style?
-
Here I have only the tick data of one stock. And I want to use the resample in backtrader as an indicator to see where to create an order on tick data. I accomplished it. But when I want to plot the figure, I want the tick data to be 'line' style and resampled data 'bar' or 'candlestick' style. Can it be done in backtrader?
-
The
style
option is a global plotting option. -
which means we cannot do that?
-
Indeed, because there is no option controlling that on a per-data basis.