StockFetcher Forums · Filter Exchange · /* FALLING THROUGH THE BOTTOM TRENDLINE */<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #37732
Ignore TheRumpledOne
8/30/2005 11:37:59 PM

Fetcher[
/* FALLING THROUGH THE BOTTOM TRENDLINE */

set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}

add column HH

add column NewHI

add column HL

HH above 0

CLOSE below low 20 day high 1 day ago

volume above 1000000
close above 20

sort column 5 descending
]



This filter works the "old school" way of finding stocks that just dropped through the bottom trendline.

MAY ALL YOUR FILLS BE COMPLETE.



TheRumpledOne
6,407 posts
msg #37735
Ignore TheRumpledOne
8/31/2005 12:23:13 AM


Fetcher[
/* FALLING THROUGH THE BOTTOM TRENDLINE */

set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}

add column HH

add column NewHI

add column HL

HH above 0


low 1 day ago equal low 20 day high 1 day ago

CLOSE below low 1 day ago

volume above 1000000
close above 20

sort column 5 descending
]





chetron
2,817 posts
msg #67806
Ignore chetron
9/26/2008 10:32:38 PM


pop


mdl060374
94 posts
msg #68183
Ignore mdl060374
10/8/2008 10:23:48 PM

anyway you can provide ones for breakouts for the upside?

(looked at the code, but wasnt sure exactly what to change....)

thanks in advance

mystiq
650 posts
msg #68195
Ignore mystiq
10/9/2008 4:26:53 AM

TRO --: going thru your filters/stats is like following that rainbow and actually finding that pot o' gold....! thx (-.-)

chetron
2,817 posts
msg #68209
Ignore chetron
10/9/2008 9:19:59 AM

mdl060374
- Ignore mdl060374 10/8/2008 10:23:48 PM

anyway you can provide ones for breakouts for the upside?

(looked at the code, but wasnt sure exactly what to change....)

thanks in advance



*************************

TRO, CORRECT ME PLEASE IF I AM WRONG, BUT THESE ARE FOR THE UPSIDE. THE 2ND IS BETTER, IMHO.




chetron
2,817 posts
msg #68214
Ignore chetron
modified
10/9/2008 11:20:24 AM

maybe even......


Fetcher[


/* FALLING THROUGH THE BOTTOM TRENDLINE */
/* TACHIKAWA */
set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}

add column HH

add column NewHI

add column HL

HH above 0

CLOSE below low 20 day high 1 day ago
hl above newhi
newhi above hh
volume above 1000000
close above 20

sort column 5 descending
]



chetron
2,817 posts
msg #68215
Ignore chetron
10/9/2008 11:51:00 AM

HOW ABOUT.....


Fetcher[




/* FALLING THROUGH THE BOTTOM TRENDLINE */

set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}

add column HH

add column NewHI

add column HL

HH above 0

2 DAY SLOPE NEWHI BELOW 0
2 DAY SLOPE HL BELOW 0
HH EQUAL HH 1 DAY AGO
volume above 1000000
close above 20

CLOSE below low 20 day high 1 day ago
newhi above hh

sort column 5 descending

]



chetron
2,817 posts
msg #68216
Ignore chetron
10/9/2008 12:20:37 PM



YOU ARE BUYING WEAKNESS IN AN UPTREND.

HTH



mdl060374
94 posts
msg #68219
Ignore mdl060374
10/9/2008 1:10:03 PM

Ah ok.

Didnt realize that...

StockFetcher Forums · Filter Exchange · /* FALLING THROUGH THE BOTTOM TRENDLINE */<< 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.