Monday, June 27, 2005

Position Sizing Trials

I've been experimenting off and on with different position sizing methods for years now. One of those things that are always on the back burner, so to speak.

And since sizing techniques by and large are not giving away an edge...I figured I'd write a bit about techniques I use. Especially since John Tait over at Fickle Trader wrote a nice little post about small positions and their effect on trading. Read the post and comments here.

I use a baseline of 10% for my weekly system testing and sometimes will drop down to 5% if the number of trades generated become too large. That 10% is what I call my Equity Risk (ER). Now, that's just for a system testing baseline. What I typically use for my actual Equity Risk (ER) in live trading is much lower. Usually around 2% of equity risked.

I then apply a Stock Risk (SR) of some percentage point or range of price of the stock I'm trading. This Stock Risk can actually be quite high at times...up to 17% on some positions or systems in fact. Which is better here? Range or percentage? Ah, depends on the system traded. I'll sometimes even use a combination where the percentage acts as a maximum stock risk and then adjust downard for the volatility of the stock.

Now, from here I can go real simple and just use the standard formula most people use: trunc(ER / SR). For example, if my total equity is $50,000, I'm willing to risk 2% of equity, current stock price is $25.00/share, and I'm using a percentage stop of 10% then...
ER = $50,000 * 0.02 = $1,000
SR = $25.00 * 0.10 = $2.5
Number of shares = trunc($1000 / $2.5) = 400 shares
Dollar Amount = num shares * share price = 400 shares * $25 = $10,000
If cash on hand is less than this amount then I will just take the cash on hand and divide it by the price of stock. Let's say my cash on hand was only $5,000 then I would buy: $5,000 / $25 = 200 shares of stock. Simple enough.

Now, to get a little more complicated we can go with adjusting the size of the shares purchased by the volatility of the stock. Take the same logic above but now we calculate the current range of the stock and compare it against the historical range.

I use various methods to calculate the range of a stock. Sometimes just taking the high minus the low of the past x days and divide by the historical max. Another way is to use the average true range. Regardless of the method, the point is to reduce size when stock is volatile and increase size when quiet.

Here's one of the many formulas I use:
Current Range (CR) = 10 day high - 10 day low
Maximum Range (MR) = highest value of the (10 day high - 10 day low)
Shares = trunc((1 - (CR / MR)) * ER) / SR)

Example:
Equity Risk (ER) = $50,000 * 0.02 = $1,000
Stock Risk (SR) = $25.00 * 0.10 = $2.5
Current Range (CR) = $30.00 (10day high) - $20.00 (10day low) = $10.00
Maximum Range (MR) = $60 back a few years ago.
Shares = (1 - ($10 / $60)) * $1,000) / $2.5 = trunc(336) = 330 shares
Dollar Amount = 330 shares * $25 = $8,250

Now, what's the advantage of using volatility to adjust your positions? Well, for one, it does help in evaluating systems from one time period to another. But, that's a whole nother story. The key for me is it usually smooths out my equity curve. In other words, reduces drawdowns which can lead to an increase in totals profits for the system. Just depends on how the volatility is used and the nature of your system. And for how aggressive you want to get.

There are others ways to adjust your positions that involve the overall market volatility. And if you want to get real fancy you can play with your equity curve. But, it's late and I'm sure you're bored to tears already.

For those who are interested, Stephen Vita posted a few weeks ago the position sizing he uses. Check it out.

Good Night,

MT

Thursday, June 23, 2005

One of the Greatest Threads in History

Just a quick post. Now, that I'm able to read a bit on the web I explored some threads on the EliteTrader forum. Came across possibly one of the greatest threads I've ever read. Anyone in the trading system development world should read this thread....each and every post. I'm just in awe that something like this has been posted and as you will soon see was closed forever due to the amazing amount of profitable information given by one acrary.

Maybe I have been too quick in my judgement on media/bloggers/etc being relevant. Or possibly in order to find great posts such as acrary's...you have to know what you're looking for. Hmmm....

Check it out: Here!

MT

Monday, June 20, 2005

Self-Exile is Over

Well, the self-exile is over. I can now read/watch media/bloggers/tv etc. in regard to the markets. And as I promised, I will now read/watch with an entirely different mindset.

Currently, my time has been spent testing new strategies and adjusting old ones. I'm also in need of some help. If anyone out there knows of a broker that offers trade triggers that are not tied to your cash balance...please let me know. Ameritrade Apex currently offers this and their max offered is 40 triggers. I don't believe this will be enough and plus their commissions have always been a bit high especially when you up your trading frequencies.

Interactive Brokers does not offer this and that really sucks. Cause that's the brokerage I was wanting to use. I have an email out to MB Trading but waiting to hear back. Also, looks like CyberTrader might offer such a service but not sure what their max is. Waiting on an email back from them as well.

Funny thing about the self-exile from financial media. It reminded me of my return to the Days of Our Lives soap opera. Back in college, one of my roommates was hooked on this soap opera. I mean so hooked that he would cut classes just to catch this show. I can still hear the immortal words of "STEPHANO!!!!!". Anyway, that was a long time ago and thank goodness I haven't watched that show since college. But, back a few years ago, I caught the show and watched a few mintues of it just for kicks. And you know what? It didn't even skip a beat. It was like I hadn't missed a thing. Everybody was still talking about the same old crap. And that's what I felt like on my return to the media. I guess the more things change the more they stay the same.

If you can do it and I mean really do it...you will be amazed at what avoiding the financial media will do for you. Cutting the financial soap opera ties could just change your life. :)

Later Trades,

MT