Brethren:
I want to normalize risk across all my trades. In other words, take on the same amount of risk for each trade, despite different share costs and volumes.
I've been adjusting my share count to achieve this, but have doubts. For example, I deploy about $10,000 on each position (minor differences to avoid fractional shares):
I feel like I'm missing something... like I should be doing a VWAP, or because the share prices are different, it changes my risk levels. A 1% change in AAPL share price is very different that a 1% move in BAC price.
- Nagging at me is the percentage move measure: if AAPL jumps $3, that's a 2.12% move; but if BAC jumps $3, that's a 7.64% move.
- By setting the same total cost, does this also normalize risk?
- If not, how can I properly normalize risk across different instruments?
Thanks
Keith
I want to normalize risk across all my trades. In other words, take on the same amount of risk for each trade, despite different share costs and volumes.
I've been adjusting my share count to achieve this, but have doubts. For example, I deploy about $10,000 on each position (minor differences to avoid fractional shares):
Code:
Apple: 71 AAPL @ 141.70 = $10,060.7
U.S. Steel: 469 X @ 21.32 = $9,999.08
Bank of America: 255 BAC @ 39.28 = $10,016.4
I feel like I'm missing something... like I should be doing a VWAP, or because the share prices are different, it changes my risk levels. A 1% change in AAPL share price is very different that a 1% move in BAC price.
- Nagging at me is the percentage move measure: if AAPL jumps $3, that's a 2.12% move; but if BAC jumps $3, that's a 7.64% move.
- By setting the same total cost, does this also normalize risk?
- If not, how can I properly normalize risk across different instruments?
Thanks
Keith