For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Plot in multiple figures
-
Dear all,
I am struggling to understand how I can plot different data in different figures.
I am running my strategy on n equities/data series and I would like to be able to visually check the data and the indicators individually after the backtest has completed.
If I plot more than 2-3 data series on the same figure, everything gets too crowded.Is there a way to split them in different figures?
If not, how could one work around this?Thank you.
-
You will need a custom plotter to do that.