StockFetcher Forums · Filter Exchange · Help With Formula<< >>Post Follow-up
redrhino
1 posts
msg #58305
Ignore redrhino
12/19/2007 6:12:00 PM

Hi,

New user who still needs to finish going through the manual. This is what I have been unable to accomplish.

Get the lowest close for a stock in the last 260 days.

If the stock then meets the following criteria it is added to the list:
It has increased 100% or more from the low during those 260 days
It is within 25% of the highest price the stock made during that 100%+ move up.

For these stocks show those that:
Are up 4% today (1 day)
Todays volume is over 100000
Todays volume is greater than yesterdays volume
The stock has not gained more than 10 percent in 22 days
The stock has not gained more than 10 percent in 11 days

Thanks in advance to any who can help.

Noah


nikoschopen
2,824 posts
msg #58307
Ignore nikoschopen
12/19/2007 6:40:53 PM

As far as I know, there are 252 trading days in a year.

Get the lowest close for a stock in the last 260 days.
set{lo52wk, close 52 week low}

If the stock then meets the following criteria it is added to the list:
  1. It has increased 100% or more from the low during those 260 days
  2. set{2x, close / close 52 week low}
    2x above 2

  3. It is within 25% of the highest price the stock made during that 100%+ move up.
  4. set{2x, close / close 52 week low}
    2x above 1.75

  5. For these stocks show those that:
  • Are up 4% today (1 day)
    day change above 4

  • Todays volume is over 100000
    volume above 100000

  • Todays volume is greater than yesterdays volume
    sign( volume ROC,2) equals 1

  • The stock has not gained more than 10 percent in 22 days
    sum(day change,22) below 10 percent

  • The stock has not gained more than 10 percent in 11 days
    sum(day change,11) below 10 percent


StockFetcher Forums · Filter Exchange · Help With Formula<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.