StockFetcher Forums · General Discussion · Help with writing a dallor filter<< >>Post Follow-up
mattman
18 posts
msg #42970
Ignore mattman
4/15/2006 6:54:28 PM

I was wondering how to write a filter at finds stock that have dropped any given dallor amount like 2 dallors over the last 2 or 3 days?

Thanks for you help!!


keithgki
13 posts
msg #42978
Ignore keithgki
modified
4/15/2006 9:07:59 PM

i dont know if u can do that, but what u can do is search for stocks that have dropped a certain % over the last 2 or 3 days. use the following to your likings:

indicator dropped more than value [over the last #number {days,weeks,months,years}]
indicator dropped less than value [over the last #number {days,weeks,months,years}]
indicator dropped between value and value [over the last #number {days,weeks,months,years}]


examples:

Price dropped more than 10%
Price gained between 20 and 25 percent over the last 5 days
RSI(15) gained 15% in the last 2 days


by the way, is this mattman from HSM?


TheRumpledOne
6,407 posts
msg #43004
Ignore TheRumpledOne
modified
4/16/2006 2:31:57 PM

Fetcher[
/* dollar drop filter */

set{drop5, close 5 days ago - close }
set{drop4, close 4 days ago - close }
set{drop3, close 3 days ago - close }
set{drop2, close 2 days ago - close }
set{drop1, close 1 days ago - close }

/* display columns */

and add column drop1
and add column drop2
and add column drop3
and add column drop4
and add column drop5
and add column industry

/* selection criteria */

drop3 above 2

close above 5
volume above 500000

/* SORT CRITERIA */
SORT COLUMN 7 DESCENDING
]



This will find stocks that have dropped $2 or more over the past 3 days.

The variables, drop1 - drop5, are the total dollar drop for the past 1 - 5 days.

So you can modify this filter to find whatever price drop you want for up to the last 5 days.

Of course, if you say drop3 above -2, it will find stocks that have gone up over $2 in the past 3 days.

HTH.

MAY ALL YOUR FILLS BE COMPLETE.


mattman
18 posts
msg #43006
Ignore mattman
4/16/2006 2:43:44 PM

Thanks!!


StockFetcher Forums · General Discussion · Help with writing a dallor filter<< >>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.