|
|
|
|
|
by dia80
1115 days ago
|
|
Quant trader here... I'm a big seller of this list. Making money tends to be a relatively empirical endeavor. It's all about having information about the future and using that in judiciously way and less so about any particular theory or model. I see someone else mentioning Grinold and Khan "Active Portfolio Management", I can't recommend it enough, it's basically a how to for making money quantitatively in a principled way, there are lots of "tips and tricks" that go on top of this and it really helps to have some good intuition for the space you are trying to operate in (by that I mean understanding the eigenvalues and eigenvectors of your risk matrix). T-costs are also extremely important and the main "enemy" it's trivial to make money if you don't have to pay to trade. Steven Boyd at Stanford and his students / colleagues are probably the richest seam of up to date portfolio optimization wisdom. If you are using python you shoult probably be using CVXPY to build your portfolio. He has lots of good papers, e.g. see [2]. Of course you also need an "edge", that information about the future, and that's the jealously guarded part... [1] https://books.google.co.uk/books/about/Active_Portfolio_Mana... [2] https://stanford.edu/~boyd/papers/pdf/cvx_portfolio.pdf |
|