For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Nested Strategy (Access Stats from other strategies inside a Strategy)
-
Hello @backtrader is there a way to access some Metrics (from analyzers) from other strategies in the current strategy? :
with indicators its possible to use indicators within other indicators
like using EMA inside MACD etc.Is it possible to use Strategies inside other strategies the same way and then use the values or the lines object the same way?
or do i have to find a walkaround for that myself?
thx in advance