You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a long strategy that will be rebalanced on monthly basis. I will call it, long strategy.
Besides that, I would like to have another strategy that will go short using a sma strategy on an indice like, spy. The position size should be the same as the long strategy, so it wil "hedge" the portfolio.
Whats is the best way to do that?
I am planning use the tree structure, running the long strategy an use his output to feed the hedge strategy.
Is it the better approach?
The text was updated successfully, but these errors were encountered:
I would like to have a long strategy that will be rebalanced on monthly basis. I will call it, long strategy.
Besides that, I would like to have another strategy that will go short using a sma strategy on an indice like, spy. The position size should be the same as the long strategy, so it wil "hedge" the portfolio.
Whats is the best way to do that?
I am planning use the tree structure, running the long strategy an use his output to feed the hedge strategy.
Is it the better approach?
The text was updated successfully, but these errors were encountered: