Top top thread guys.
I am following with much interest.
I am following with much interest.
Quote from bs2167:
He's an author that has put out a handful of books on money management over the last 10-15 years. I respect his work because unlike most in his field, he imo makes an honest effort to bring something new to the table and openly acknowledges that many unresolved questions remain even if you adopt his method whole hog. I've done a decent amount of homework in consideration of his method, but in the spirit of full disclosure - I have never read the Leverage Space Model book in its entirety (yet). Rather than me giving you a butchered version of his method, here's an intro article he put out:
http://parametricplanet.com/rvince/article.pdf
Also, he (rvince99) posted on here a few times discussing a few points:
http://www.elitetrader.com/vb/showthread.php?s=&threadid=164157
Finally, on his homepage, there's a spreadsheet which shows how he sets up the joint probabilities of periodic returns between systems....pretty straightforward...major overgeneralization, but once thats set up, you basically run through a bunch of sims with various reweightings to maximize your custom defined target within a custom defined constraint(s) (max DD or whatever) at a desired confidence interval.
http://parametricplanet.com/rvince/
This may not be fair to say given that I haven't read the entire book, but it seems like a souped up version of mean-variance optimization - so not necessarily revolutionary....but I believe where he goes out on a limb more and kicks around some experimental stuff is towards the end of the book - but i'm not at all familiar enough with it to comment.
If anyone has a more complete understanding, and I'm way off base here, please say so...its definitely possible.
[going to grab some food - will hit the other topics in another post]
Quote from Mike805:
... I don't yet understand how he has "eliminated the fallacy and danger of correlation" - note I haven't read this content carefully enough - maybe someone can explain this elimination succinctly?
Quote from Mike805:
Is anyone here using Optimal f? If so can we go through a real world portfolio example? Has anyone done or, can anyone do a real world example using Vince's LS Model? Do you guys think its worth it to fully explore this concept?
I need to do some more work to figure the details of what he's getting at but it seems the correlation issue is a big one (to me at least)... I don't yet understand how he has "eliminated the fallacy and danger of correlation" - note I haven't read this content carefully enough - maybe someone can explain this elimination succinctly?
Mike
Quote from Hugin:
It is not a mean-variance method (Ralph Vince seems to hate those). It uses drawdown as the risk measure and it does not use correlation/covariance. Instead it looks at the historical co-movements of the assets. This is somewhat similar, at least conceptually, to how you calculate value at risk for a portfolio using historical prices.
Quote from bs2167:
Perhaps the best of both worlds would be to set up a framework that first addresses the four points I listed in caps in a previous post above, then within those constraints use LSP to maximize growth within a DD threshold. This would allow one to consider what they deem to be realistic 'what if' scenarios which may not be present in the historical probability matrix (e.g an overnight market shock of -40%, a single short position being +300%, etc.). Then address those risks by determining set of constraints which would not violate a chosen DD tolerance should those unprecedented events occur. Those limits would likely be in the form of maximum net long/short exposure, maximum model allocation, and max position size. Then LSP could do its thing within these additional constraints (as well as the usual max DD%).
Having some hands on experience with LSP, do you think such an approach is possible/practical/sensible?
I am currently using it and I find it to be very good. The thought of coding up the whole thing from scratch was daunting in the extreme.Quote from Mike805:
Has anyone played around with this R project?Mike [/B]
Quote from Roscoe:
I am currently using it and I find it to be very good. The thought of coding up the whole thing from scratch was daunting in the extreme.
You will need to create a Joint Probability Table from your historical n-period equity changes data (without position-sizing applied), well 2 JPT's actually, a "Trades" and a "Probs table", for input to LSPM. The LSP book describes the process fairly well. Then simply run LSPM with your desired parameters.