Topic: Best way to merge and eliminate highly correlated strategies
I've noticed that when Reactor/Generator is running, it accumulates various strategies in the Collection, but then it will automatically skip some generated strategies if they are highly correlated.
But in a workflow where multiple Reactors are running, or Express Generator, then I would have multiple strategies and/or EAs that haven't been processed through that correlation filter.
I do not see a way currently to invoke the correlation filter manually.
What process is recommended to get this filtering done? Should I merge all the collections into one? Will this apply the correlation filter?
Presumably the correlation filter means that two strategies are performing "nearly identical" so therefore it would be less diversified logic to run both at the same time.
Thank you