StockFetcher Forums · General Discussion · how to create filter to find stock with average daily percent change<< >>Post Follow-up
djokos
3 posts
msg #113163
Ignore djokos
5/6/2013 9:29:11 PM

how to create filter to find stock with daily percent change averaging above 3% within the las 3 days.

for example day one, the stock move +4%, then second day move -3.5%, then third day move +4.5%

can somebody help?

thank you
Djoko

Kevin_in_GA
4,599 posts
msg #113164
Ignore Kevin_in_GA
modified
5/6/2013 9:40:37 PM

Fetcher[
set{variable1, close - close 1 day ago}
set{variable2, variable1 / close 1 day ago}
set{variable3, variable2 * 100}
set{trigger, abs(variable3)}

count(trigger above 3,3) above 2
]




This gives you stocks which have had a percent change greater than 3% in each of the last three days. In reading your post you might be looking for this instead:

Fetcher[
roc(3,1) above 3
]



djokos
3 posts
msg #113199
Ignore djokos
5/8/2013 6:01:16 AM

wow.. how can you be so good at it? where do you learn to create such formula... let me have sometime to digest :)

StockFetcher Forums · General Discussion · how to create filter to find stock with average daily percent change<< >>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.