For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How to see indicator values in the plot window
-
How can I see the indicator values in a plot window? All I see is in the lower right corner, the date changes and the mouse y position!
If I have added EMAs to the graph, I would like to see their values when moving around in the graph with mouse pointer. -
@kolten check out lower right corner. As I remember it shows coordinates of the mouse pointer related to diagram.
-
@ab_trader It only shows exactly where the mouse is pointing at the moment. It's pretty hard to point it at a line, and even harder if you have multiple lines that you want values from.
-
@kolten yes, it is
matplotlib
limitation. -
it will be really cool if @backtrader can consider
bokeh
as a plot library. It creates interactive charts with more options thenmatplotlib
.