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 Data Series (Not Indicators) with Name.
-
When plotting results, how can I add label name to each data series in self.datas[]? Now when I plot, on the upper left of each data series, it shows no name.
I tried to set the name using self.datas[0].plotinfo(), but I cannot find how to add the name.
-
See the
adddata
reference - Docs - Cerebro