Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to improve when Alpha weight is too strongly concentrated or too a few stocks are assigned weight?

I'm a newbie, learning to create alpha expression, My alpha expression : (est_eps*cashflow*est_sales)/est_dividend_ps
any suggestions to improve this? any resources for alpha generation ideas with would be highly appreciated. Universe -TOP3000,delay 1,decay4.

1 response

I am no expert, but I feel that if too few stocks are assigned weight it is then an issue with the optimization. Have you considered rolling out your own optimization code using CVXPY?