For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Plotting higher timeframe indicator on lower timeframe data
-
I am trying to plot daily high-low on the 15-minute chart. I can plot from lower timeframe to higher timeframe i.e. 15min high-low on the daily chart, but I can't get it to work the other way.
Also, I am using bokeh to plot my data because I can't get cerebro.plot() to work on vscode, I get a segmentation fault 11 even when I use cerebro.plot(volume = False).
My code:
The error when I use cerebro.plot():