I would like to decrease the correlations among my positions during a backtest. Short of rewriting the strategy as a rotation, is there any way to test and remove positions or avoid Buys that are "too correlated" with existing positions? Thanks!
Vince
Size:
Color:
Vince, you seem to be familiar with
Correlation. What presents difficulty?
Size:
Color:
How do I access positions in the other symbols from the current symbol in a non-rotation strategy?
Vince
Size:
Color:
Only by rewriting it as a Strategy that
loops by DataSetSymbols.
And although removing existing Positions would not be an option, you could test for too positively correlated Positions in a custom PosSizer and avoid corresponding entry signals.
Size:
Color:
Thanks Eugene! That is what I thought. I will re-write the strategy as a Rotation and compare it to your suggestion of the loop. It is just that on a Daily strategy any of those loops really slow down optimizations.
Vince
Size:
Color: