StockFetcher Forums · General Discussion · need help, please !!<< >>Post Follow-up
Jengol
1 posts
msg #43906
Ignore Jengol
5/19/2006 6:53:38 PM

I would like to screen for stocks where a dropdown of X% happened in 2 days within the last 100 days...
for example: stock dropped about 30% in 2 days 23 days ago..

anybody who can help ??

Regards from Germany

Jens


TheRumpledOne
6,407 posts
msg #43912
Ignore TheRumpledOne
5/19/2006 8:31:34 PM

I would like to screen for stocks where a dropdown of X% happened in 2 days within the last 100 days...
for example: stock dropped about 30% in 2 days 23 days ago..
======================================

Fetcher[
set{xClose2, close 2 days ago + 0 }
set{xDrop, xClose2 - close }
set{xPct, xDrop / xClose2 }
set{xCount, count( xPct > .30 , 100 ) }
set{xDays, days( xCount equal 0, 100 ) }

add column xCount
add column xDays

xCount above 0

close above 1
avg volume(30) above 1000000

]




HTH.


nikoschopen
2,824 posts
msg #44048
Ignore nikoschopen
5/22/2006 4:32:34 PM

It would be practically impossible to find stocks that dropped by as much as 30%, unless ure into penny stocks. I suggest you to bump it down to a more reasonable number. Nevertheless, here ya go...

"stock dropped about 30% in 2 days 23 days ago":

Fetcher[
days(price dropped more than 30%,25) is above 23
]




StockFetcher Forums · General Discussion · need help, please !!<< >>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.