When back-testing futures trading systems we have to make a choice regarding the historical price series. This issue came up for me recently while building a portfolio variance limiter in Trading Blox Builder (TBB). Put aside the issue of whether this is a wise thing to do: I want to use it to illustrate how careful one must be to use the "right" back-adjusted series for back-testing.
First I will quickly review the three main historical prices one is likely to encounter (unadjusted, Panama and Ratio-Adjusted). Then I am going to give an example for each to show that, depending upon the calculation you want to perform, any one of the three could be the "right" one. My variance example will show that sometimes, you even have to use them in combination!
Leverage Space Trading Model
Monday, April 18, 2011
: BlueEventHorizon
For some inexplicable reason, folks seem to react strongly to Ralph Vince's "Leverage Space Trading Model". It generally seems to me that those who slag it off haven't actually studied Vince's proposals. Let me answer the main criticisms:
Having said all that in defense of LSTM, I sense a change in the way in which the analysis is intended to be used. I infer this in part from the change in name from "Leverage Space Trading Model" to "Leverage Space Portfolio Model". The original analytical framework called for building a joint probability table using individual trade results from the trading history. This is fraught with difficulty, as the analysis assumes neat "rounds" of play which begin with the question "how do I allocate my capital to the next round of betting?" Trading doesn't work that way - trades overlap, there are no "rounds". I believe that LSPM is more geared towards allocating capital to systems rather than individual trades. Each "round" then becomes a chosen time period such as a month or a quarter, and we are asking the more manageable question "how much capital do I allocate to each system for the coming month?"
In my next post, I will lay out some thoughts on how best to use the R package "LSPM".
EDIT: changed title
EIDT2: punctuation / corrections (missing word)
- "Kelly bet-sizing results in unacceptable draw-downs". You will get no disagreement from Vince on this. The only link between LSTM and Kelly is the notion that some optimal bet size exists for any given gambling situation; the analytical framework is completely different.
- "Maximizing returns results in unacceptable draw-downs". Vince would argue this depends on the trader. In any case, Vince proposes a constrained optimization not a simplistic maximization of returns: the analyst is free to target the drawdown probability she considers acceptable. Indeed, one optional framework is to maximize the probability of a target profit rather than maximizing absolute profit itself.
- "Markets are not normally distributed, the fat tails will get you". Again, no argument from Vince on this, LSTM does not assume normality. LSTM's analytical foundation is the conditional probability table built from empirical results of (ideally) trading the system(s) or from back-testing.
- "Your largest draw-down is in the future and LSTM cannot predict it". This is as true for LSTM as it is for any other position sizing algorithm. Completing the LSTM analysis cannot leave one any worse off than adopting some completely arbitrary position-sizing rules.
Having said all that in defense of LSTM, I sense a change in the way in which the analysis is intended to be used. I infer this in part from the change in name from "Leverage Space Trading Model" to "Leverage Space Portfolio Model". The original analytical framework called for building a joint probability table using individual trade results from the trading history. This is fraught with difficulty, as the analysis assumes neat "rounds" of play which begin with the question "how do I allocate my capital to the next round of betting?" Trading doesn't work that way - trades overlap, there are no "rounds". I believe that LSPM is more geared towards allocating capital to systems rather than individual trades. Each "round" then becomes a chosen time period such as a month or a quarter, and we are asking the more manageable question "how much capital do I allocate to each system for the coming month?"
In my next post, I will lay out some thoughts on how best to use the R package "LSPM".
EDIT: changed title
EIDT2: punctuation / corrections (missing word)
Differential Evolution Optimization
Monday, April 11, 2011
: BlueEventHorizon
I have been getting to grips with the tidy LSPM package from the folks at FOSS trading. One of the issues I needed to understand better was the optimization methods used by LSPM - I was finding that the optimizations were taking huuuuge amounts of time and were often unstable (i.e. re-running them gave significantly different results). So, while, I originally planned on posting about LSPM itself with some suggestions as to how best to use it, I need to lead in with a post about the differential evolution optimization package used by LSPM.
What follows is a basic introduction to the Differential Evolution Algorithm, originally designed by Reiner Storn and Kenneth Price. I cannot find a web presence for Mr Price, so a link to the book he wrote on the subject will have to suffice for the time being!
What follows is a basic introduction to the Differential Evolution Algorithm, originally designed by Reiner Storn and Kenneth Price. I cannot find a web presence for Mr Price, so a link to the book he wrote on the subject will have to suffice for the time being!
Subscribe to:
Posts (Atom)