For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Any alternate way to plot multiple data feeds ?
-
When there are multiple datafeeds like 10 or more visualizing is difficult, can we have a different UI like arrow keys to navigate, scroll plots, or a dropdown to select datafeed etc. Plotly seems to have that but unfortunately that is not supported yet.
-
@Rushi-Chaudhari said in Any alternate way to plot multiple data feeds ?:
can we have a different UI
Sure, but it needs to be written by somebody.
-
In the meantime use Jupyter Notebook and run the back test from there, use analyzers to extract the basic information, and then pandas and plotly to graph any way you wish.
-
@ab_trader finally found a method using Bokeh looks pretty good, thanks to @vbs :-).