I noticed that the algo in Dual Moving Average needs to do some awkward checking to determine whether or
not it's invested in a particular stock. Here's my first crack at implementing a "set_position()" function that lets
you enter into a specified position without a little less work. I also threw a wrapper on the check for available
data on all sids.