StockFetcher Forums · General Discussion · PLEASE HELP ! A big move up on the chart sometime in the past 1-3months<< >>Post Follow-up
mr.dumitrescu
6 posts
msg #158306
Ignore mr.dumitrescu
1/2/2022 12:46:40 PM

How can I code a scanner that can show me all stocks that had a big move up between 30%-100%+ sometime in the past 1-3 months ?
Olso, can I filter the market cap as well ?

Thank you very much!

Mactheriverrat
3,135 posts
msg #158307
Ignore Mactheriverrat
1/2/2022 12:55:07 PM

Add Average Day Range(30) that's above 3.00 or higher.
price below 20.
Just remember stocks that go up fast can also go down fast on a daily basis. As for stocks that more like you want you might try something a simple and stocks that are moving up with the 20 day moving average.

add column Average Day Range(30)
and Average Day Range(30) is above 3.00
do not draw Average Day Range(30)


mr.dumitrescu
6 posts
msg #158311
Ignore mr.dumitrescu
1/2/2022 4:14:28 PM

Thank you for taking the time to help me. My idea is that is not important for me to find the stock while is still up, it can be down in the moment that I find that stock. All I want is just a stock that was up 30 - 100%+ AT SOME POINT in the last 30 to 90 day. That big move it doesn't have to be in one candle, it can be in days/weeks and then is coming down a little bit sufing the 50ma or 20ma and then is getting ready for another rally. I hope you understood my idea. But thank you very much, I will try this now.

I will try to explain in another way: Imagine a stock that has a price of 10$ on first of january 2021, then this stock will travel to 25$ in a 60days period ....now this stock is coming back easy in a few days to 12$-14$ area lets say. What criteria to use to find this stock?





xarlor
562 posts
msg #158317
Ignore xarlor
1/2/2022 7:29:48 PM

Here's my go:

Fetcher[
volume 90 days ago > 0
set{cls30,close 30 days ago}
set{cls90,close 90 days ago}
set{30p,cls90 * 1.30}

cls30 > 30p

add column separator
add column cls90 {Close 90 days ago}
add column cls30 {Close 30 days ago}
add column 30p {30% increase from close 90 days ago}


set{percent_gain1,cls30 / cls90}
set{percent_gain,percent_gain1 - 1}

add column separator
add column percent_gain {%gain between 90-day close to 30-day close}

do not draw cls30
do not draw 30p

sort column 10 ascending
]



mr.dumitrescu
6 posts
msg #158322
Ignore mr.dumitrescu
1/3/2022 9:22:14 AM

Thank you very much for helping me, I will try this, thank you brother!

StockFetcher Forums · General Discussion · PLEASE HELP ! A big move up on the chart sometime in the past 1-3months<< >>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.