Bokeh indicator lines dont show
-
Re: Bokeh Integration - Interactive Webbrowser Plotting
Hi,
Amazing work with integrating with Bokeh.. I was able to integrate it.. I am facing two issues. I am not able to figure out- I have given style = bar. Yet it prints candlesticks
- I have a custom indicator and the lines dont show up.. I have attached how it shows in bokeh as well as how it shows in the original plot. Can you please help
Bokeh plotting
Here is the original backtrader plotting
-
@vivek you could try a fork of backtrader_plotting which may support your custom indicator:
-
@dasch Wow thanks Dasch.. I was able to get it up and running.. But the issue is the same..
If you notice, Lines that connect two points are not drawn (they do appear intermittently in some places if you notice) . Here is a snapshotcompare this to the original one where you see blue dotted lines and red lines.
Can you please help.. Really like this and want to make this work
-
@vivek you could create an issue with some example code to reproduce the custom indicator line. but if it does not work with the current code, it may be hard to fix that.
-
@dasch said in Bokeh indicator lines dont show:
produce the custom indicator line. but if it
Thanks Dasch.. I have opened a new issue https://github.com/happydasch/btplotting/issues/13
One more update.. I tried drawing horizontal lines.. They work perfectly.. Really weird.. I am not able to debug :(
All I am trying to do is plot the zigzag indicator that the admin of backtrader coded here https://community.backtrader.com/topic/773/zigzag-indicator