For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Get analyzer result for single feed (when using multiple feeds)
-
I am backtesting multiple strategies and multiple data feeds with one cerebro.
Using.get_analysis()
I am able to get e.g. the sharpe ratio of the all strategies and data feeds combined, right?Is it possible to access e.g. the sharpe ratio of a specific strategy or data feed, or should I run the strategies separately to get the individual results?
Thanks
-
@ph-l-pp Running the strategies seperately is easiest I think.
-
@run-out Thank you.