StockFetcher Forums · Filter Exchange · scans to find all the stocks that are achieving two-day highs or lows accompanied by strong volume<< 1 2 >>Post Follow-up
chetron
2,817 posts
msg #90464
Ignore chetron
3/27/2010 3:39:34 PM

TRO,
DO YOU THINK THAT TOM MIGHT JUST BE SUCCEDING BECAUSE HE IS USING A DERIVITIVE OF THE 4 PERCENT MODEL, BECAUSE HE IS ONLY ADDING TO THOSE EQUITIES THAT ARE IN THE TOP 5 GAINERS?????



TheRumpledOne
6,407 posts
msg #90486
Ignore TheRumpledOne
3/28/2010 12:16:26 AM

I don't know.

Venice
82 posts
msg #90543
Ignore Venice
3/29/2010 4:18:53 PM

This is a very interesting concept. Even just looking the the 2 day performance, if you wanted I think it is possible to skim 2% out of a huge percent of these.

I don't have the equity to do what the original intent of this was, but this looks really promising from a 2-3 day swing filter.

Venice
82 posts
msg #90570
Ignore Venice
3/30/2010 11:21:18 AM

My slightly tweaked version with a few more confirmation indicators.

Fetcher[
/* TRO - 2-BAR BREAKOUT */

set{HH, count(high > high 2 day high 1 day ago,2) }
set{MAXPL, high - high 2 day high 1 day ago}
set{VOL30, average volume (90) * 1.30}

set{ LOW5, count( low equal low 5 day low, 4 ) }
add column MAXPL
add column ADX(14)
add column LOW5

show stocks where high > high 2 day high 1 day ago

HH < 2

open < high 1 day ago
close < 15

volume > VOL30
average volume (90) > 1000000
sort column 5 descending
and TRIX(30,9) above 0
and TRIX(30,9) has been increasing for the last 1 day
and rsi(3) crossed above 50

]



Venice
82 posts
msg #91173
Ignore Venice
modified
4/14/2010 12:23:50 PM

Hi TRO,

I have been enjoying this filter a lot. It seems that when played right, a 2% squeeze is possible each and every time... and of course there are some runners as well.

Has anyone else been experimenting with this at all? The only thing I am not completely positive is if it is just a result of the current environment.

Slightly modified again with Fib Pivots attached.
Fetcher[

/* TRO - 2-BAR BREAKOUT */

add column demarker(7)
set{HH, count(high > high 2 day high 1 day ago,2) }
set{MAXPL, high - high 2 day high 1 day ago}
set{VOL30, average volume (90) * 1.10}

set{ LOW5, count( low equal low 5 day low, 4 ) }
add column MAXPL
add column ADX(14)
add column LOW5

show stocks where high > high 2 day high 1 day ago

HH < 2

open < high 1 day ago
close < 15

volume > VOL30
average volume (90) > 1000000
sort column 4 ascending
and TRIX(20,9) above 0
and TRIX(20,9) has been increasing for the last 1 day
and rsi(5) crossed above 50
and draw deMarker(14)
/*Fib Zone Pivots*/
set{HL, High + Low}
set{HLC, HL + Close}
set{piv, HLC / 3}
set{DR, High - Low}
set{DR5, 0.5 * DR}
set{rs1, PP + DR5}
set{rs2, PP + DR}
set{sp1, PP-DR5}
set{sp2, PP - DR}
set{DR618, 0.618 * DR}
set{RB1, PP + DR618}
set{SB1, PP - DR618}
set{DR138, 1.382 * DR}
set{RB2, PP + DR138}
set{SB2, PP - DR138}
add column piv
add column sp1
add column rs1
add column sp2
add column rs2
add column SB1
add column RB1
add column SB2
add column RB2
]



Eman93
4,750 posts
msg #91183
Ignore Eman93
4/14/2010 4:59:37 PM

Everything is the result of the current environment....

StockFetcher Forums · Filter Exchange · scans to find all the stocks that are achieving two-day highs or lows accompanied by strong volume<< 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.