How do I: Create a list of eligible stocks that meet my criteria?
I want to create a list based on current market prices and there cost over the last 52 weeks.
The list should be sorted in the following manner.
1. Should list all stocks that currently trade for or less.
AND
2. have a 52 week history of a price higher than currently trading for
AND
3. the current price is on an upward trend within the past week.
I would like to be able to generate this report on a weekly basis.
How do I do this?
Categories:
Tags: