StockFetcher Forums · General Discussion · Scanning for OVERSOLD stocks .... basic<< >>Post Follow-up
jhenninger
63 posts
msg #50338
Ignore jhenninger
3/1/2007 3:13:41 PM

Just wondering if anyone is familiar with how to scan for stocks that are down x amount through x days? I'm trying to create a very basic scan that can find stocks that are oversold in terms of price and percentage, rather than an indicator reading. Any help here would be greatly appreciated as I am very unfamiliar with the syntax.

Thanks,

Jon (jmiles301@gmail.com)


TheRumpledOne
6,407 posts
msg #50348
Ignore TheRumpledOne
3/1/2007 5:33:27 PM

Search for my BASIC FILTER DISPLAY.

You can use that as a starting point.


rtucker
318 posts
msg #50350
Ignore rtucker
3/1/2007 5:37:25 PM

Here is one way to do it:

Fetcher[set{x,close 5 days ago - close}
set{y, x / close 5 days ago}
set{percent_dropped, y * 100}

percent_dropped > 10

add column close 5 days ago
add column close
add column percent_dropped
sort column 7 descending

price > 10 and avg vol(90) > 500000
]




StockFetcher Forums · General Discussion · Scanning for OVERSOLD stocks .... basic<< >>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.