Hey guys - as the most frequent poster to this forum, let me just say that I appreciate the help as I make my way through the application. Things are definitely getting clearer and easier for me.
I'm working on a relative-strength ranking system - and I'm trying to figure out the best way to do this. The system would do the following:
- Rank a group of stocks based on relative performance over a time period (say a month for this example).
- Trade the top 10 stock in the ranking.
Again, pretty simple, but I'm not sure how to store the relative performance. I'm assuming I'd use an array to store the performance of each stock, and then sort the array.
Any other way to do this that I'm not thinking about?
Thanks,
/d/ |