♥ 0 |
Mr. Hann, I have run into a bit of an issue with my scan. What I want is that over the past 3 days all 3 days add up to 100% extension. I am getting tickers that are up only 50% over the previous 3 days. I also have a volume requirement that the tickers do at least 1 mill of volume on each of the previous 3 days. I can ditch the vol requirement because I am looking for over extended %% tickers.
def volumeCondition = volume >= 1000000;
Marked as spam
|