Anyway to plot custom indicator with custom colour ? #748
Unanswered
VietnameseRick
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The indicator color can be set by the By default, colors are assigned sequentially from a pool: backtesting.py/backtesting/_plotting.py Lines 84 to 85 in 8b36a6b https://docs.bokeh.org/en/latest/docs/reference/palettes.html#d3-palettes |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it also possible to set the size of the scattered dots? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently building a custom indicator of myself. I want to ask if the colour when bt.plot() depend on the backtesting.py or pandas_ta ?
Beta Was this translation helpful? Give feedback.
All reactions