For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Show Data Points Details on Cerebro Plot
-
Hi,
Can we show data points info (O,H,L,C) in Cerebro plot by hovering mouse on the bars/candles ?
Thanks.
-
with the standard plotting implementation using
matplotlib
it is not possible. you can try the for which implementedbokeh
plotting library - https://github.com/verybadsoldier/backtrader_plotting. -
@ab_trader Exactly what i need, thank you.