there is the Add() method which allows adding indicators/plots or bars objects to a strategy.
Is there any possibility to do this with strategies as well? I would like to create a strategy which trades multiple other strategies in parallel and independent of each other on the same chart.
I know it is possible to add multiple strategies on one chart but I would like to combine them into one strategy in order to get a combined backtest/optimization possibility.
Many thanks.

Comment