StockFetcher Forums · General Discussion · How to make formula for: Up 50% in 5 days some time in last 100 days?<< >>Post Follow-up
mkujala
3 posts
msg #160335
Ignore mkujala
5/23/2023 5:56:51 AM

I have following scan. Is it possible to add there another time period so that scan would show me all stocks that have made that kind of 50% or more move in 5 days in last 100 days?

Fetcher[show stocks where close is 50% above close 5 days ago]





xarlor
562 posts
msg #160336
Ignore xarlor
5/23/2023 10:21:10 AM

This will draw a tick on each day in the last 100 days where the close is more than 50% of the close 5 days ago.

Fetcher[
set{50p,count(close is 50% above close 5 days ago,1)}
set{50p100,count(close is 50% above close 5 days ago,100)}
50p100 > 0

50p > -1
do not draw 50p100

chart-time 100
]



mkujala
3 posts
msg #160337
Ignore mkujala
5/24/2023 2:26:22 AM

Thank you very much this works great!

StockFetcher Forums · General Discussion · How to make formula for: Up 50% in 5 days some time in last 100 days?<< >>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.