Hey Quantopians, I'm happy to say I've completed my first algorithm and as such can now make my first post. My trading strategy is based on the competitive nature of the three companies I have chosen, Apple, Microsoft, and Google. The algorithm's success is based on the assumption that if two of the companies' prices drop relative to a 3-day volume-weighted price average, then the third company will soon see it's stock grow in value more often than not because the companies are competitive. The algorithm will not buy stock in the third company if that companies stock is less than the 3-day volume-weighted average.
The strategy seems successful, but it is just the basic algorithm for this particular idea and there are a number of ways to improve it. I plan on looking optimizing the vwap length and precise values that determine whether or not a order will be placed. Also I would like to determine what similar conditions will improve the algorithm, such as selling when two companies have dropped in price and the third is dropping.
Please let me know if you have any questions, suggestions, or constructive criticisms.
Noah
P.S. Sorry about the post without the algorithm included.