Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combining a long momentum strategy with a hedge one #419

Open
pedrorjbr opened this issue Aug 26, 2023 · 0 comments
Open

Combining a long momentum strategy with a hedge one #419

pedrorjbr opened this issue Aug 26, 2023 · 0 comments
Labels

Comments

@pedrorjbr
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants