StockFetcher Forums · General Discussion · Creating a filter<< >>Post Follow-up
Aadd
9 posts
msg #161980
Ignore Aadd
10/7/2025 8:30:19 AM

Hi all,

I need your help to create a filter that shows stocks that have reached new highs within the past month to six months, followed by a drop in the stock price for 4 to 6 days, signaling a potential reversal. I’ve noticed that these stocks give very high returns.

Thanks all.


SAFeTRADE
656 posts
msg #161981
Ignore SAFeTRADE
10/7/2025 8:41:54 AM

would you post your effort thus far. let us see your thinking thus far.

nibor100
1,099 posts
msg #161982
Ignore nibor100
10/7/2025 9:05:25 AM

And provide some stocks that you’ve seen that have done that already, for filter testing purposes . Ed S.

Aadd
9 posts
msg #161983
Ignore Aadd
10/7/2025 9:43:54 AM

Thank you all for your response, there are some stocks following this strategy like Evax, SES, Rekr, Bitf, RR and more.

Aadd
9 posts
msg #161984
Ignore Aadd
10/7/2025 11:41:08 AM

Any help please

SAFeTRADE
656 posts
msg #161985
Ignore SAFeTRADE
10/7/2025 12:28:55 PM

Here's something for you to look at.

Fetcher[
symlist(SES, Rekr, Bitf, RR)
chart-length 6 months
draw ma(45)
draw ma(20)
set{vmult, atr(10) * 1.5}
set{vstopu1a, close 10 day low + vmult}
set{vstopu2a, close + vmult}
set{vstoph, min(vstopu1a 1 day ago,vstopu2a)}

set{vstopu1a2, close 10 day high - vmult}
set{vstopu2a2, close - vmult}
set{vstopl, max(vstopu1a2 1 day ago,vstopu2a2)}


draw vstoph on plot price
draw macd(10,20,8)
]



nibor100
1,099 posts
msg #161986
Ignore nibor100
10/7/2025 12:36:47 PM

I looked at charts of those stocks you listed for us and they all look to have recent cup and handle formations to me.

Writing a filter to find them is going to be a challenge without some more defining criteria as many of them have had more than one new high in the past 6 months, all followed by a pull back but many with no move upward for quite some time.

For example, EVAX hits a new high on 6/9/25 and pulls back and goes sideways for quite a while until it strikes a new high on 8/19/25 repeats until a new high on 9/24 followed by another new high on 9/25, which turns out to be the one you are looking for, as the pull back started the next day for several days to be followed by an explosive upturn.

I'm not sure how to write a filter that eliminates those earlier new highs in favor of the "good" new highs.
Ed S.



Aadd
9 posts
msg #161987
Ignore Aadd
10/7/2025 12:44:09 PM

Thank you guys for your thoughts. The idea that we need is to find stock before breaking up the previous high. We need to make some criteria to show stocks that is on the way to go higher.
Thank you

StockFetcher Forums · General Discussion · Creating a filter<< >>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.