Hello,
1)we have the following types of optimizers:
Attachment:
optimizers.png [ 3.98 KiB | Viewed 21001 times ]
2)You can implement it yourself in the scenario. We have not this feature.
But it can be complicated, depending on what you want.
3)I'm not sure what you mean, can you please explain?
You can setup multiple independent strategies under one root strategy for optimization.
We have genetic optimizer. Our optimization works in parallel with a configurable degree of parallelism.
4)You can override
Objective in the strategy to make any optimization metric.
By default it returns portfolio.Value;