@run-out I'm running backtrader in a separate process (I programmed a live trading model sourcing data from a websocket, the data sourcing done in a separate process). My idea was to end the backtrader process on Friday afternoon after market close but on attempting to plot I get precisely the same error message. will try cerebro.plot(iplot=False) to see if it works.
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
L
Best posts made by longhngo
-
RE: Cerebro plot failed to run
Latest posts made by longhngo
-
RE: Cerebro plot failed to run
@longhngo This solved the problem in my case
-
RE: Cerebro plot failed to run
@run-out I'm running backtrader in a separate process (I programmed a live trading model sourcing data from a websocket, the data sourcing done in a separate process). My idea was to end the backtrader process on Friday afternoon after market close but on attempting to plot I get precisely the same error message. will try cerebro.plot(iplot=False) to see if it works.
-
Call plot while cerebro is running
Is it possible to call plot from inside coding of bt.strategy?