StockFetcher Forums · Filter Exchange · Happened a certain numbers of times in a certain timeframe?<< >>Post Follow-up
palmtops
5 posts
msg #42296
Ignore palmtops
3/21/2006 3:08:21 PM

Hi all. Is it possible to add this type of criteria to a filter:

happened 3 times in the last 5 days

Can't seem to get anything like that to work.

Thanks,

William


heyen
124 posts
msg #42297
Ignore heyen
3/21/2006 4:05:27 PM

Fetcher[
count(RSI(2) above 75,5) between 2 and 4
]




rtucker
318 posts
msg #42299
Ignore rtucker
3/21/2006 4:27:00 PM

Here is another method using SUM. This is an example from an ole time great programmer here; Cegis. Any mistakes in it would be mine though it does seem to work and have many possible uses. This example looks for 8 or more days of 10 to be updays and have the 10 day ratio of upvol/downvol of 20



Fetcher[set{updays, count(close is greater than open,1)}
set{updaysum, sum(updays,10)}


set{upvol, count(close is greater than open,1) * volume}
set{upsumvol10, sum(upvol,10)}
set{downvol, count(close is less than open,1) * volume}
set{downsumvol10, sum(downvol,10)}

updaysum is above 7 and
upsumvol10 is 2000% above downsumvol10
and add column upsumvol10
and add column downsumvol10
]




palmtops
5 posts
msg #42334
Ignore palmtops
3/22/2006 1:25:36 PM

Thanks Guys. I'll give those a shot.

William


StockFetcher Forums · Filter Exchange · Happened a certain numbers of times in a certain timeframe?<< >>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.