-
I want to plot two candlestick charts, can I pass OHLC data to self.I and plot it? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
kernc
Dec 11, 2021
Replies: 1 comment
-
backtesting.py/backtesting/backtesting.py Line 1592 in 267d99f backtesting.py/backtesting/_plotting.py Lines 718 to 727 in 267d99f |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hz7451
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strategy.I()
only supports overlaying or appending line and scatter plots, butBacktest.plot()
does return you a Bokeh Figure object and maybe you can fiddle with it yourself:backtesting.py/backtesting/backtesting.py
Line 1592 in 267d99f
backtesting.py/backtesting/_plotting.py
Lines 718 to 727 in 267d99f