StockFetcher Forums · Filter Exchange · formula.. to " the rumpled one", or...<< >>Post Follow-up
jayzz
45 posts
msg #55344
Ignore jayzz
9/28/2007 3:12:46 PM

stocks consecutive fallen for 3 days, but not fallen more than a certain %, example 5%.
stocks has fallen consecutive for 3 days, but not more than 5% within those 3 days.



Thanks a lot

maxreturn
745 posts
msg #55346
Ignore maxreturn
modified
9/28/2007 4:28:41 PM

Fetcher[close decreased the last 3 days
roc(3) greater than -5
add column roc(3)
sort column 5 ascending
]



jayzz
45 posts
msg #55361
Ignore jayzz
modified
9/29/2007 10:53:00 AM

but could you post for, stocks consecutive fallen for 3 days,
BUT not fallen more than a 0,8% Each day.


thanks again..



maxreturn
745 posts
msg #55371
Ignore maxreturn
9/29/2007 2:04:38 PM

If I understand your question you're looking for a stock whose close has not fallen more than .8% on any of the last 3 days? If so:

Fetcher[close decreased the last 3 days
roc(1) above -.8 the last 3 days
]



Regards
Max

jayzz
45 posts
msg #55372
Ignore jayzz
9/29/2007 2:19:00 PM

Thats right,

Is it possible to only get stocks wihtin certain market cap.
example stocks with market cap between 600 mill and 3 billion?




maxreturn
745 posts
msg #55384
Ignore maxreturn
9/29/2007 7:42:14 PM

jayzz....you can find a lot just by doing a search. I found the following information for you:

We have just added shares outstanding to the list of measures we carry. This value is represented in millions. For example, if you wanted to screen for stocks with more than 1 billion shares outstanding:

Fetcher[show stocks where shares outstanding is above 1000]




Using this measure, you can now create a market capitalization measure. For example:

Fetcher[
set{market_cap, shares outstanding * close}
show stocks where market_cap is above 1000
and add column market_cap
]




Again, since shares outstanding is in millions, the "1000" above represents "one thousand million" or "one billion."

StockFetcher Support


StockFetcher Forums · Filter Exchange · formula.. to " the rumpled one", or...<< >>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.