StockFetcher Forums · Filter Exchange · I cant't believe it......<< 1 2 >>Post Follow-up
riggs
313 posts
msg #38023
Ignore riggs
9/17/2005 2:32:25 PM

How is it possible that there is no filter that can show Divergence on the Smoothed Rate of change? I have tried EVERYTHING. Unbelievable.....


yaotiande
32 posts
msg #38035
Ignore yaotiande
9/17/2005 10:51:23 PM

There is your holy grail. Congratulations and good luck :)


riggs
313 posts
msg #38038
Ignore riggs
9/18/2005 1:20:51 AM

Huh?????


MikeB60046
43 posts
msg #38043
Ignore MikeB60046
9/18/2005 8:29:28 AM

If by divergence you mean against price try this:

10 day slope of Smoothed Rate of Change is above 0
10 day slope of close is below 0

You may substitute whatever time period or slope you want.


TheRumpledOne
6,407 posts
msg #38055
Ignore TheRumpledOne
9/18/2005 1:17:42 PM

Fetcher[
/* CALCULATE Smoothed Rate of Change DIVERGENCE */

set{PosDiv2,count(close below close 2 days ago,1) *
count(Smoothed Rate of Change above Smoothed Rate of Change 2 days ago,1)}

add column PosDiv2
add column Smoothed Rate of Change

posdiv2 equal 1

close above 1
volume above 1000000

draw Smoothed Rate of Change
]



See my DIVERGENCE post for more details...

MAY ALL YOUR FILLS BE COMPLETE.


riggs
313 posts
msg #38058
Ignore riggs
9/18/2005 4:48:28 PM

Mike & Rump -

Thanks for trying guys, I too have already tried simular filters to both of your's, but to no avail. It's when prices fall to a new low but SMRoc makes a HIGHER bottom. That's what I meant by Divergence. It just appears to be impossible, but thanks to both of you for taking the time.

Riggs.


tinegaph
2 posts
msg #38074
Ignore tinegaph
9/19/2005 2:28:53 PM

Riggs,
Try running this and see if it works for you.

Show stocks where Close has been increasing over the last 5 days
and MACD Fast Line (8, 17, 9) crossed above the MACD Slow
Line (8, 17, 9) within the last 9 days
and Average Volume(90) is above 100000
price crossed above MA(50) within the last 2 days
and MACD fast line(8, 17, 9) is above 0
and MACD fast line(8, 17, 9) crossed above 0 last 2 days
offset is 0

Current example that seems to have MACD positive divergence with price is EENC.
Anybody is welcome to improve on this..


riggs
313 posts
msg #38076
Ignore riggs
9/19/2005 3:13:26 PM

Tinegaph -

Thanks for that filter, but once again it's not doing the trick. Man, this is becoming a real challenge. I was up till 3:30 this morning trying to conquer this filter, and I'm no closer than when I started 3 days ago. Thanks again to you for also spending some time on this IMPOSSIBLE filter.

Riggs


nikoschopen
2,824 posts
msg #38078
Ignore nikoschopen
9/19/2005 5:59:58 PM

What's there not to believe when you want it bad enough?

Fetcher[
Set{Lo10, high 10 day high}
Set{Lo30, high 20 day high 10 days ago}
Set{SR, Smoothed Rate of Change}
Set{SR10, SR 10 day high}
Set{SR30, SR 20 day high 10 days ago}
Lo30 below Lo10
SR30 above SR10
price above 20
and avgvol(20) above 300000

draw Smoothed Rate of Change
]




nikoschopen
2,824 posts
msg #38079
Ignore nikoschopen
9/19/2005 6:10:28 PM

Just to clarify, the above filter will find stocks displaying higher price momentum (ie, higher high over the past 3 weeks) & sagging Smoothed ROC momentum (ie, lower high over the past 3 weeks). Needless for me to say, this is a bearish indication. Just reverse the filter parameter to find stocks with bullish outlook. For example, from "Set{Lo10, high 10 day high}" to "Set{Lo10, low 10 day low}", etc, etc.


StockFetcher Forums · Filter Exchange · I cant't believe it......<< 1 2 >>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.