Hey guys, here's my submission for the investment plan bounty. A publicly traded business could quite easily be generated that uses its strategy.
http://www.devtome.com/doku.php?id=ema-volatility_trading_algorithm_for_bots It's the description and algorithm of a trading bot I've developed and have been using for bitcoins for a few months now with some success. It's intended to work with a bot but can be run manually if you're crazy enough.
Wow, nice! Great article as well as investment plan. This is a great base for a cryptocoin investment company. How could I implement your code into a bot? I'm not a very experienced pythoner.

You will receive 6 shares for your plan. What's your devcoin address?
Thanks, address is 1LHVxAkzcN8BzSdrT7J2W3CCpiz5Rgj72E
Did you see my seed node claim? it's under a few pages of thread awesome, but details were dvcnode.blisteringdevelopers.com:52333 is up and good to add-node if you want to.
The bot itself can be implemented in any language you like, as long as you can talk to an exchange in it. I haven't released the source of that yet, and I'm debating whether to do it or not. On the one hand I know it'll be a useful addition to general open source (there's not a whole lot of good working bot code out there that you don't pay for), but on the other the business part of me is being greedy. I'll think about it some more. I'm leaning towards releasing it, but I know I'll also need to add a whole bunch more code to make it server-generic (as in, able to talk to lots of different servers and work with different currencies and all that). At the moment, it's bitcoin-mtgox-usd centric as a specific application. If I release it I'd want it to be menu driven similar to the shotgun bot, so you just set the options at the start and let it run.